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