mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[GH-ISSUE #20987] feat: Response message when a user clicks Stop button. #58017
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?
Originally created by @kim-seokjin on GitHub (Jan 28, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20987
Check Existing Issues
Verify Feature Scope
Problem Description
When a user clicks the Stop button before the model finishes generating a response, the skeleton loading UI remains visible in the chat window indefinitely.
Desired Solution you'd like
When using Gemini, a message such as “Response has been stopped” is displayed.
It would be helpful if Open WebUI could show a similar indicator or message to clearly inform the user that the response generation has been stopped.
Alternatives Considered
No response
Additional Context
No response