mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #449] Adding the Roles-based enablement of Setting #27590
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 @mafrasiabi on GitHub (Jan 10, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/449
hi there,
thank you so much for this fascinating repo.
I was wondering whether it's possible to add a feature where only admin could have access to some of the settings e.g. adding a model, exporting and importing the prompts, etc. and the extent of access for different users can be managed?
@justinh-rahb commented on GitHub (Jan 10, 2024):
Currently only admins can manage models, modelfiles and prompts, which is in line with your request. Expanding further from that, I'm sure that having more granular permissions and groups would be useful for the future.
@mafrasiabi commented on GitHub (Jan 10, 2024):
thanks for the quick answer, is there a place that admins can change the prompt for RAG part only?
@justinh-rahb commented on GitHub (Jan 12, 2024):
@mafrasiabi at the moment, no, there doesn't appear to be a specific prompt in the backend RAG code but maybe there's a default in the libraries it uses. I think this would be a worthy reason to open another issue separately as that would be a useful feature on its own, or at least Timothy can explain how it works and close it 👍
@justinh-rahb commented on GitHub (Jan 18, 2024):
Related: #446