mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #16046] issue: Indefinite responses #17764
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 @frenzybiscuit on GitHub (Jul 26, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16046
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.18
Ollama Version (if applicable)
No response
Operating System
Debian 12
Browser (if applicable)
Firefox
Confirmation
README.md.Expected Behavior
Works as expected
Actual Behavior
The response stops and OpenWebUI continues the reply indefinitely, not ending it's turn.
Steps to Reproduce
Connect to a OpenAI API backend (tabbyapi in this case)
Click send on your message
Never-ending response back, even though the response itself freezes (but openwebui does not end the response)
Logs & Screenshots
N/A
Additional Information
Using ghcr.io/open-webui/open-webui:main
@frenzybiscuit commented on GitHub (Jul 26, 2025):
I should note that this doesn't always happen, either. Seems random.
@frenzybiscuit commented on GitHub (Jul 26, 2025):
I don't think it's the suggestion, but just in case it is I've included it here (100% original content).
the-base.txt
@rgaricano commented on GitHub (Jul 26, 2025):
that file doesn't help, any log when that happend?
As a possible "issue" context length(num_ctx), response length(max_tokens) or some timeout.