mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #12559] [CLOSED] feat: Support chat events like status via SSE #22970
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/12559
Author: @AnthonyDurussel
Created: 4/7/2025
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (2)
47bebadAdd parsing of event from pipeline streamc691ac2Following SSE standard with data:📊 Changes
1 file changed (+22 additions, -2 deletions)
View changed files
📝
backend/open_webui/routers/openai.py(+22 -2)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
As discussed in https://github.com/open-webui/open-webui/discussions/8461#discussioncomment-12718279
I added the support to send events like status via SEE and made the modifications inside the pipelines project as well
related to PR https://github.com/open-webui/pipelines/pull/491 in pipelines project
Added
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.