mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #22968] issue: Thinking indicator keeps spinning after model response is complete #58521
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 @ShirasawaSama on GitHub (Mar 24, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22968
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.8.10
Ollama Version (if applicable)
No response
Operating System
MacOS 26
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Once the model response is fully complete (stream ends / stop signal received), all UI indicators — including the thinking/reasoning spinner — should transition to a "completed" state. The thinking section should show a static "Thought for X seconds" label (or similar) instead of the ongoing spinning animation, even if the thinking block was not explicitly closed by the model.
Actual Behavior
The thinking spinner continues indefinitely after the response is complete. This is misleading to users, as it suggests the model is still processing when it has already finished.
Steps to Reproduce
Logs & Screenshots
Additional Information
No response
@FujinoXiao commented on GitHub (Mar 24, 2026):
i think it might be the same reason with #19762
@tjbck commented on GitHub (Mar 25, 2026):
Addressed in dev.