mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #15695] issue: Using an external tool server causes the response to be unable to stop #17641
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 @EntropyYue on GitHub (Jul 14, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15695
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.6.15
Ollama Version (if applicable)
0.9.6
Operating System
Windows 10
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
The ollama's response should stop normally
Actual Behavior
Although the frontend no longer displays new tokens, ollama is still generating text, and the backend will encounter errors
Steps to Reproduce
Starting from PostgreSQL installation
Create a simple tool server
Connect to it using a direct connection
Request the model to use it in the native tool call mode
Click the stop button before the model stops generating
Logs & Screenshots
Additional Information
Output is only unstopable after calling the tool, while it is normal without the tool
@Godzilla675 commented on GitHub (Jul 25, 2025):
i made this to fix your issue: https://github.com/open-webui/open-webui/pull/16016
@tjbck commented on GitHub (Aug 18, 2025):
#13027
@EntropyYue commented on GitHub (Aug 27, 2025):
@tjbck This did not solve it, I used 0.6.25