mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[PR #24340] [CLOSED] feat: display per-machine endpoint used for model before response #66465
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/24340
Author: @rlong12135
Created: 5/4/2026
Status: ❌ Closed
Base:
main← Head:public/open-webui-sanitized📝 Commits (6)
3b761aaShow selected Ollama endpoint in chat responsesea2ca99Fix Docker build platform default34a1457Increase frontend build heap5414990Move selected Ollama endpoint to headers13047ddPersist selected endpoint immediately in chat eventsf5dfeeeSanitize public release docs📊 Changes
7 files changed (+169 additions, -7 deletions)
View changed files
📝
Dockerfile(+2 -1)➕
PUBLIC_RELEASE_CHECKLIST.md(+34 -0)📝
TROUBLESHOOTING.md(+1 -1)📝
backend/open_webui/routers/ollama.py(+31 -1)📝
backend/open_webui/utils/middleware.py(+54 -0)📝
src/lib/components/chat/Chat.svelte(+22 -1)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+25 -3)📄 Description
Sanitize a few docs for public release and add a checklist for avoiding secrets and LAN details.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.