mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #12198] issue: Issues with continue response! #16502
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 (Mar 30, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12198
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.5.20
Ollama Version (if applicable)
0.6.3
Operating System
Debian 12
Browser (if applicable)
firefox
Confirmation
README.md.Expected Behavior
Works correctly
Actual Behavior
So two issues:
A) When using continue reply on the docker ollama model (Qwen 2.5 0.5B) nothing happens 95% of the time and the remaining 5% of the time it works correctly (have to push the button several times).
B) When using continue reply on the TabbyAPI OpenAPI model, it works, but it's not a direct continuation of the previous comment. For example, if the model cuts off a response because it hits the max token limit, it will continue the reply but it is not a direct continuation of the previous response.
Steps to Reproduce
Described above
Logs & Screenshots
Additional Information
No response