From 5a30f4ca34907672645fd85031647221b007d7ed Mon Sep 17 00:00:00 2001 From: jenstandstad Date: Sat, 9 May 2026 18:44:08 +0200 Subject: [PATCH] Adding config fix --- plugins/festinger/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/festinger/config.yaml b/plugins/festinger/config.yaml index 0327270..a728739 100644 --- a/plugins/festinger/config.yaml +++ b/plugins/festinger/config.yaml @@ -10,7 +10,7 @@ upstream_anthropic: "https://api.anthropic.com" # Where the real OpenAI-compatible API is running (for /v1/chat/completions). # For LM Studio set this to its local address, e.g. "http://host.docker.internal:1234" # Override via UPSTREAM_OPENAI env var if needed -upstream_openai: "http://host.docker.internal:11434" +upstream_openai: "http://host.docker.internal:1234" # Port this proxy listens on inside the container (exposed as 11434 on the docker network) proxy_port: 11434