3 stories tagged with #open-webui, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.
⌘ RSS feed for this tag → or search "Open Webui"
Open WebUI: Your Local ChatGPT
Transform your local LLM into a beautiful, full-featured web interface — like ChatGPT, but running entirely on your machine. Docker install, pip install, voice input, RAG, multi-us…
How to Build a Self-Hosted AI Gateway With LiteLLM and Open WebUI
Stop wiring every app into separate AI providers. Build a single self-hosted gateway with LiteLLM, Open WebUI, Docker, and Cloudflare Tunnel — route OpenAI, Anthropic, Groq, and Ol…
Open WebUI: Jupyter code execution works despite ENABLE_CODE_EXECUTION=false
### Summary The `/api/v1/utils/code/execute` endpoint executes arbitrary Python code via Jupyter for any verified user, even when the admin has set `ENABLE_CODE_EXECUTION=false`. …