Fixed ConnectionError preventing IA response

This commit is contained in:
2025-12-15 04:52:00 +01:00
parent 8b94507aeb
commit 9a726b52bc

View File

@@ -60,7 +60,7 @@ endpoints:
# Backend Local Agent
- name: "Local Agent"
apiKey: "dummy_key"
baseURL: "http://host.docker.internal:8000/v1"
baseURL: "http://agent-brain:8000/v1"
models:
default: ["local-deepseek-agent"]
fetch: false