mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[PR #11553] [CLOSED] feat:Per-model valve customization #22759
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/11553
Author: @kaytwo
Created: 3/11/2025
Status: ❌ Closed
Base:
dev← Head:justPerModelValves📝 Commits (4)
e3e446dper model valves appear to be saving to and retrieving from the db successfullyc6e3271overwrite action, tool, and filter valves3bc97cfformatting078f025handle empty valves📊 Changes
8 files changed (+179 additions, -11 deletions)
View changed files
📝
backend/open_webui/utils/chat.py(+6 -1)📝
backend/open_webui/utils/filter.py(+11 -0)📝
backend/open_webui/utils/tools.py(+12 -0)📝
src/lib/components/common/Valves.svelte(+5 -5)📝
src/lib/components/workspace/Models/ActionsSelector.svelte(+18 -1)📝
src/lib/components/workspace/Models/FiltersSelector.svelte(+20 -1)📝
src/lib/components/workspace/Models/ModelEditor.svelte(+89 -2)📝
src/lib/components/workspace/Models/ToolsSelector.svelte(+18 -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
Additional Information
More motivation/discussion available in #11461. Will add docs if maintainers agree to merge.
Screenshots or Videos
New user interface (uses a collapsible customization similar to others on the same page/for configuring valves elsewhere):

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.