mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 15:54:15 -05:00
feat: add the ability to select only a few models from a provider #4326
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 @t18n on GitHub (Mar 8, 2025).
Check Existing Issues
Problem Description
Using a provider like OpenRouter allowing me to use many models, but it also cluttered my list with many that I do not use.
Currently, it is possible to disable each models manually with a toggle, but it is very time consuming. There were 2 times that I manually toggled a dozen of them of only to open it and finding all enabled again (I guess it is a bug).
Desired Solution you'd like
I think having a toggle all on/off is a quick solution. The ideal solution is probably enable by (multiple) regex or something similar.
Alternatives Considered
No response
Additional Context
No response
@FedeCuci commented on GitHub (Mar 8, 2025):
Similar to #11175
@tjbck commented on GitHub (Mar 8, 2025):
You should use whitelist feature from connections!
@t18n commented on GitHub (Mar 12, 2025):
Thank you, that solves my problem :)