mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #13456] issue: setting a private model for title generation should show a warning #55582
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 @thiswillbeyourgithub on GitHub (May 3, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13456
Originally assigned to: @tjbck on GitHub.
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.5
Ollama Version (if applicable)
No response
Operating System
all
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
The admin should be notified when setting a private model in the tasks, as it forbids the naming of chats for non admin users.
I do think that it would be an improvement to display a warning to the admin in the interface settings if the models set are private.
Actual Behavior
The current behavior for task (title generation, tag generation etc) is that if the admin set the model to a model that is not accessible to this user (because private or not in the appropriate permission) then no titles will be generated.
Even worse: if the admin does NOT set a title generation model, the chats will be named by the start of the first user message (which is ugly but usable), but if we set a private model all chats will be named "New Chat" (which makes it impossible to find anything)
Steps to Reproduce
Logs & Screenshots
Irrelevant
Additional Information
While I do think that it should not be the case because generating those tasks is not something the the user has access over (it just happens without his intervention), I read in another issue that you deem it expected behavior so I wont argue with that.
@Simi5599 commented on GitHub (May 5, 2025):
Can relate, also an option to only generate the title for non-admin users would be needed
@tjbck commented on GitHub (May 10, 2025):
Addressed with
de69c08a1din dev!