[PR #9542] [CLOSED] Implement realtime filter #22387

Closed
opened 2026-04-20 04:06:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/9542
Author: @XingjianXie
Created: 2/7/2025
Status: Closed

Base: devHead: dev


📝 Commits (3)

  • 89669a2 Refactor common code between inlet and outlet
  • d88dc8b Implement midlet
  • deb23d1 Fix tag_content_handler issue: after_tag should be remove from the current content_blocks

📊 Changes

3 files changed (+167 additions, -206 deletions)

View changed files

📝 backend/open_webui/utils/chat.py (+34 -109)
backend/open_webui/utils/filter.py (+100 -0)
📝 backend/open_webui/utils/middleware.py (+33 -97)

📄 Description

#7223


🔄 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/9542 **Author:** [@XingjianXie](https://github.com/XingjianXie) **Created:** 2/7/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (3) - [`89669a2`](https://github.com/open-webui/open-webui/commit/89669a21fc4859e1a5dfb30778a7e3ce3791d0aa) Refactor common code between inlet and outlet - [`d88dc8b`](https://github.com/open-webui/open-webui/commit/d88dc8b95f2e1e7064a3c2df2ef3ae28404fbcb4) Implement midlet - [`deb23d1`](https://github.com/open-webui/open-webui/commit/deb23d132e8690f421e5cebf12e5f1f23164211b) Fix tag_content_handler issue: after_tag should be remove from the current content_blocks ### 📊 Changes **3 files changed** (+167 additions, -206 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/utils/chat.py` (+34 -109) ➕ `backend/open_webui/utils/filter.py` (+100 -0) 📝 `backend/open_webui/utils/middleware.py` (+33 -97) </details> ### 📄 Description #7223 --- <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-04-20 04:06:46 -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#22387