mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #5036] feat: flag to decide whether user can install prompts locally from community #13836
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 @changchiyou on GitHub (Aug 30, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5036
Is your feature request related to a problem? Please describe.
Currently, the only way a user can add a prompt is by contacting an admin to do it, which is very inconvenient.
Describe the solution you'd like
Despite the various tools and functions available, prompts do not pose a security issue. Therefore, I believe it is completely fine to allow each user to set their own prompts locally while still retaining the admin’s ability to set prompts globally.
Add a flag
USER_PERMISSION_PROMPTS_INSTALLATIONto determine whether users can accessWorkplace.Prompts, view global prompts, and install prompts locally from the community.Describe alternatives you've considered
Nothing to add.
Additional context
Nothing to add.
@tjbck commented on GitHub (Aug 30, 2024):
#2924, Please check for duplicates.