Migrate Open WebUI (and existing consumers) to route through the new proxy #15
Notifications
Due Date
No due date set.
Depends on
#14 Author the docker-compose service for the chosen proxy
haylan/LLM-Server
Reference: haylan/LLM-Server#15
Reference in New Issue
Block a user
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).
Resolved: migrated Open WebUI and the coding CLIs to the proxy.
Open WebUI's
OPENAI_API_BASE_URLnow points atlitellm:4000instead ofllama-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.