Adding config fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user