mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 10:34:13 -05:00
[GH-ISSUE #21950] issue: Each question requested the model twice. #58287
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 @17Reset on GitHub (Feb 28, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21950
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.8.5
Ollama Version (if applicable)
No response
Operating System
Ubuntu2404
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Two model requests
Actual Behavior
One question per request
Steps to Reproduce
I have disabled all title generation, tag creation, and similar features, but every time I request a model, it still triggers an automatic request. What exactly happens during the first model request?
Logs & Screenshots
Additional Information
No response
@fathom0324 commented on GitHub (Feb 28, 2026):
This has been fixed in
3c8d658160in dev branch.Given that this single indentation bug disrupts fundamental core functionalities (causing double inference/compute waste for normal chats and completely breaking non-native tools), and the fix has already been implemented in dev for days, I hope we can get a release as soon as possible.
This specific bug manifests in drastically different symptoms: double generations, massive TTFT delays, un-disableable Task models, or broken tools… It is difficult for normal users to realize they are facing the same root cause. This is exactly why duplicate issues keep popping up every day.
@Classic298 commented on GitHub (Feb 28, 2026):
Duplicate fixed in dev
@Classic298 commented on GitHub (Feb 28, 2026):
@fathom0324 users can also install the dev branch if they need this fix urgently. We have ample tutorials for it and post reminders regularly on various platforms that people using the dev branch are very valuable in finding bugs early.
And users can also use the search but most of the duplicate issues here never use the search before opening a new issue.