added config for local AI
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
llm:
|
||||
provider: OLLAMA
|
||||
|
||||
meta:
|
||||
model: qwen2.5-coder:7b # или любая другая модель
|
||||
max_tokens: 8000
|
||||
temperature: 0.3
|
||||
|
||||
http_client:
|
||||
timeout: 180
|
||||
api_url: http://host.docker.internal:11434 # Ollama на хосте, доступна из контейнера
|
||||
Reference in New Issue
Block a user