Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
2026-05-09 18:44:41 +02:00
+1 -1
View File
@@ -10,7 +10,7 @@ upstream_anthropic: "https://api.anthropic.com"
# Where the real OpenAI-compatible API is running (for /v1/chat/completions). # 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" # For LM Studio set this to its local address, e.g. "http://host.docker.internal:1234"
# Override via UPSTREAM_OPENAI env var if needed # 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) # Port this proxy listens on inside the container (exposed as 11434 on the docker network)
proxy_port: 11434 proxy_port: 11434