Migrate Open WebUI (and existing consumers) to route through the new proxy #15

Closed
opened 2026-08-25 04:40:06 +00:00 by haylan · 1 comment
Owner

Part of #9

Question

Point Open WebUI's model connection (and any coding-CLI configs from map #1's #6) at the new proxy service from #14 instead of llama.cpp directly, using a provisioned key per #12's workflow. Confirm nothing regresses (chat, RAG/Memory via Qdrant, tool-calling for the coding CLIs).

Part of #9 ## Question Point Open WebUI's model connection (and any coding-CLI configs from map #1's #6) at the new proxy service from #14 instead of llama.cpp directly, using a provisioned key per #12's workflow. Confirm nothing regresses (chat, RAG/Memory via Qdrant, tool-calling for the coding CLIs).
haylan added the wayfinder:task label 2026-08-25 04:40:06 +00:00
haylan added a new dependency 2026-08-25 04:40:15 +00:00
haylan self-assigned this 2026-08-25 05:12:51 +00:00
Author
Owner

Resolved: migrated Open WebUI and the coding CLIs to the proxy.

Open WebUI's OPENAI_API_BASE_URL now points at litellm:4000 instead of llama-server:8080, using a provisioned virtual key (OPENWEBUI_LITELLM_KEY) instead of the old unchecked dummy key. llama-server's host port publish is dropped entirely — it's internal-only on the ai-stack docker network now, reached only via litellm, since the proxy is the sole intended entry point (llama.cpp's own API was always unauthenticated). docs/coding-cli-setup.md rewritten: all three CLIs (Claude Code, Kimi, OpenCode) now point at the proxy's endpoints (port 4000) with their own per-CLI virtual key, per docs/proxy-key-onboarding.md.

Committed on main.

Resolved: migrated Open WebUI and the coding CLIs to the proxy. Open WebUI's `OPENAI_API_BASE_URL` now points at `litellm:4000` instead of `llama-server:8080`, using a provisioned virtual key (`OPENWEBUI_LITELLM_KEY`) instead of the old unchecked dummy key. llama-server's host port publish is dropped entirely — it's internal-only on the ai-stack docker network now, reached only via litellm, since the proxy is the sole intended entry point (llama.cpp's own API was always unauthenticated). docs/coding-cli-setup.md rewritten: all three CLIs (Claude Code, Kimi, OpenCode) now point at the proxy's endpoints (port 4000) with their own per-CLI virtual key, per docs/proxy-key-onboarding.md. Committed on main.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Reference: haylan/LLM-Server#15