From 9a726b52bc80708c86ba5b52708fe7a2244416f8 Mon Sep 17 00:00:00 2001 From: Francwa Date: Mon, 15 Dec 2025 04:52:00 +0100 Subject: [PATCH] Fixed ConnectionError preventing IA response --- librechat/librechat.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librechat/librechat.yaml b/librechat/librechat.yaml index 76a872c..196c08d 100644 --- a/librechat/librechat.yaml +++ b/librechat/librechat.yaml @@ -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