Adding content to git

This commit is contained in:
2026-05-03 08:45:58 +02:00
parent 1deb1d2521
commit e8301fb2bf
118 changed files with 2324 additions and 196 deletions
+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).
# 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:1234"
upstream_openai: "http://host.docker.internal:11434"
# Port this proxy listens on inside the container (exposed as 11434 on the docker network)
proxy_port: 11434