mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-15 19:40:22 -05:00
[PR #14843] [CLOSED] feat/breaking: Allow custom system prompt permission #10411
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/14843
Author: @Classic298
Created: 6/10/2025
Status: ❌ Closed
Base:
dev← Head:allow-custom-system-prompt-permission📝 Commits (6)
181d156Feat allow custom system prompt (#8)304d3ffrevert styling changes760c6f7adjusting sidebar chat controls for custom system prompt12f25b7fix6325613Merge pull request #14675 from open-webui/devd7fdcd3Merge branch 'open-webui:main' into allow-custom-system-prompt-permission📊 Changes
6 files changed (+24 additions, -4 deletions)
View changed files
📝
backend/open_webui/config.py(+5 -0)📝
backend/open_webui/routers/users.py(+1 -0)📝
src/lib/components/admin/Users/Groups/EditGroupModal.svelte(+2 -1)📝
src/lib/components/admin/Users/Groups/Permissions.svelte(+10 -1)📝
src/lib/components/chat/Controls/Controls.svelte(+5 -1)📝
src/lib/components/chat/Settings/General.svelte(+1 -1)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Breaking Changes
Allow Chat Controlspermission to hide the custom system prompt in the user-settings must be aware of this change, as now they also need to disable this new permission toggle to disallow creation of custom system prompts in the user-setting modal!Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.