Mise en place docker + mise en place des settings (config ollama / 1min.ai)

This commit is contained in:
2026-04-21 06:51:41 +02:00
parent 8afb17a392
commit 4408c818f3
27 changed files with 1301 additions and 36 deletions

7
brain/data/settings.json Normal file
View File

@@ -0,0 +1,7 @@
{
"llm_provider": "onemin",
"ollama_base_url": "http://localhost:11434",
"llm_model": "gemma4:26b",
"onemin_model": "mistral-large-latest",
"onemin_api_key": "9f8eb3da313eef5e95887889b7d10b42bbc1c42b2d157bc3589a8962e5d9dd9e"
}