mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-10 23:55:15 -05:00
[PR #18993] [CLOSED] feat: Introduce admin-settable default tags, which determine which model tags are selected by default in chat #25053
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/18993
Author: @tarmst
Created: 11/6/2025
Status: ❌ Closed
Base:
dev← Head:settable-default-tag📝 Commits (1)
0ccf76bAllow default tags to be selected when a user opens the selector📊 Changes
6 files changed (+100 additions, -1 deletions)
View changed files
📝
backend/open_webui/config.py(+5 -0)📝
backend/open_webui/main.py(+3 -0)📝
backend/open_webui/routers/configs.py(+4 -0)📝
src/lib/components/admin/Settings/Models/ConfigureModelsModal.svelte(+84 -1)📝
src/lib/components/chat/ModelSelector/Selector.svelte(+3 -0)📝
src/lib/stores/index.ts(+1 -0)📄 Description
Pull Request Checklist
Discussion: https://github.com/open-webui/open-webui/discussions/17789
Before submitting, make sure you've checked the following:
devbranch. Not targeting thedevbranch will lead to immediate closure of the PR.Changelog Entry
Description
Added
Additional Information
If you have a tag attached to a model, for example (

qwen25_72btag):In the same panel you can set default models, you can now also set default tags (Admin Settings > Settings > Models > Gear in the top right > scroll to the bottom):

In the main chat interface, the tag will be selected by default:

This resets on refresh & does not interfere after a user has already clicked to a different tag.
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.