mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #9319] Title generation not working when worker model set to private #15458
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 @JKratto on GitHub (Feb 4, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/9319
Bug Report
Installation Method
Docker
Environment
Confirmation:
Expected Behavior:
Administrator sets up a bunch of models. Some of them are accessible for users A, some of them for users B etc. That is great and working and helps mitigate confusion! So I also have a worker model, that is specifically tuned for e.g. chat name generation. As this model is explicitly set as the worker model, anyone can access it from backend, but noone can select it in the chat-models-dropdown.
Actual Behavior:
But making the worker model private makes nobody (except for the admin) chat names to be generated, because it is "not accessible".
The same goes for the embedding model. But here - working as expected! That is great!
Description
Bug Summary:
Worker model should not have to be accessible (selectable in chat-models-dropdown) to be able to generate chat names or prompt completions.
Reproduction Details
Steps to Reproduce:
Logs and Screenshots
Docker Container Logs:
@tjbck commented on GitHub (Feb 4, 2025):
Expected behaviour.
@JKratto commented on GitHub (Feb 4, 2025):
@tjbck Thank you. As for embedding models it (thankfully) works, that they does not have to be accessible to be used, how can I make the model not appear in the model selector and still be able to use it as a worker model? I do not want the users to be confused. Is there a way? Can we make a way?
From my point of view, this makes a better UX.
@tjbck also thank you very much for your work. Very very appreciated.