mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #24604] issue: Error "Model '' was not found" when auto-title generation is invoked #74958
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
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.