mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #24604] issue: Error "Model '' was not found" when auto-title generation is invoked #107349
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 @rotemdan on GitHub (May 12, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24604
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.9.5
Ollama Version (if applicable)
No response
Operating System
Windows 11
Browser (if applicable)
Brave (latest)
Confirmation
README.md.Expected Behavior
Generates title when clicking the auto-generate button.
Actual Behavior
Errors "Model '' was not found" with any model, including if set to current model. No request to server is registered.
Steps to Reproduce
Current ModelOpen-WebUI may use the model of a previous edit of the prompt, which will cause this error.
Logs & Screenshots
Additional Information
The issue started likely on
v0.9.5orv0.9.4.Before that it worked without problems.
The issue may also be related to auto-title generation not working in general on latest version. I just reported it specifically for clicking the "generate" icon because I can get an error message directly for it.
The docker log, as far as I've seen, doesn't seem to show any error message during this error.
@rotemdan commented on GitHub (May 13, 2026):
Clarification: the issue seems to occur when trying to regenerate the title of an old thread, not a new one, this can either be by clicking the "regenerate" button or by editing the prompt.
It doesn't seem to matter which model is chosen at the Admin settings, and which model is the currently active model for that chat.
I believe I narrowed the possible root cause of the problem:
I verified that Open-WebUI is using the incorrect model for title generation (when it's set to "current model" in Admin settings), for a thread where there are multiple edits of the main message. I've verified that despite the active model in the active edit being, say a Qwen model, it will try to use the model for an older edit (say Ministral).
This probably causes this particular error message, when I try to rename or edit the prompt of an old thread where the model that Open-WebUI selected for title generation, was used for an old edit, but now isn't available anymore.
The attempted fix at #24662 doesn't seem to addresses the root cause of the issue.
@Classic298 commented on GitHub (May 13, 2026):
i also had this error now, not sure where it comes from
@tjbck commented on GitHub (May 14, 2026):
@rotemdan could you confirm with the latest dev?
@rotemdan commented on GitHub (May 14, 2026):
I tried running latest dev on Docker but getting:
And the container fails to start.
I guess I'll wait until that's fixed to test that.
I could try to maybe run the dev version outside of Docker but would probably too much effort for now.
@Classic298 commented on GitHub (May 14, 2026):
fixed in dev
@rotemdan commented on GitHub (May 15, 2026):
I installed latest dev version.
The issue wasn't resolved in full. The model selection dropdown still doesn't impact what model is used for title auto-generation.
Since the model selection issue wasn't resolved, I reported it in new issue #24745, and framed it directly around the particular behavior I reported here, rather than the original error message reported originally in this thread (which might have been resolved - not sure yet).