[PR #24340] [CLOSED] feat: display per-machine endpoint used for model before response #66465

Closed
opened 2026-05-06 12:50:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/24340
Author: @rlong12135
Created: 5/4/2026
Status: Closed

Base: mainHead: public/open-webui-sanitized


📝 Commits (6)

  • 3b761aa Show selected Ollama endpoint in chat responses
  • ea2ca99 Fix Docker build platform default
  • 34a1457 Increase frontend build heap
  • 5414990 Move selected Ollama endpoint to headers
  • 13047dd Persist selected endpoint immediately in chat events
  • f5dfeee Sanitize 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/24340 **Author:** [@rlong12135](https://github.com/rlong12135) **Created:** 5/4/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `public/open-webui-sanitized` --- ### 📝 Commits (6) - [`3b761aa`](https://github.com/open-webui/open-webui/commit/3b761aa93f5030dc707dcd0f50909e766ade4140) Show selected Ollama endpoint in chat responses - [`ea2ca99`](https://github.com/open-webui/open-webui/commit/ea2ca994d6920e84e883e04c87f0c6c687368b61) Fix Docker build platform default - [`34a1457`](https://github.com/open-webui/open-webui/commit/34a145710b13fa70b4f578e2200a912f05cc88cb) Increase frontend build heap - [`5414990`](https://github.com/open-webui/open-webui/commit/5414990fbce37ce3fdb9b8f4bbb7d40c2a3b7870) Move selected Ollama endpoint to headers - [`13047dd`](https://github.com/open-webui/open-webui/commit/13047ddda859bc41c273091b3dcdceb7baee6a31) Persist selected endpoint immediately in chat events - [`f5dfeee`](https://github.com/open-webui/open-webui/commit/f5dfeeefd2326b33588349f1cc5f357c0bf3c135) Sanitize public release docs ### 📊 Changes **7 files changed** (+169 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Sanitize a few docs for public release and add a checklist for avoiding secrets and LAN details. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-06 12:50:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#66465