mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
feat: add default model permissions for providers #2702
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 @MRGRD56 on GitHub (Nov 20, 2024).
After the 0.4 update all my models (that were private) became available to all users. Is there a way to fix it, besides editing the permissions of each of the models separately?
There should be a feature to make all the models from a specific provider/connection (ollama or openai one) only available to specific roles (by default)
You might want to add it in this menu
Just like you've added it here: in the model edit menu
So you can set rights for providers, that will work for all its models by default
Otherwise, as far as I understand, now as soon as I download a new model in ollama, every user will have access to it by default, until I change its settings manually. Or when a new model comes out, in some API, it becomes public automatically, and there's no way to change it now, right? It doesn't sound really convenient
Or at least it would be nice if there was a single option to change the default permissions for new models