mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #21847] feat: Add (optional) dropdown for chat toggles #58257
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 @fkrauthan on GitHub (Feb 25, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21847
Check Existing Issues
Verify Feature Scope
Problem Description
More and more models have different thinking levels. And in some cases I would like to be able to easily adjust the level as part of a conversation. At the moment I can only have a singular On/Off toggle and the level would have to be changed globally in settings.
Desired Solution you'd like
Besides On/Off have an option to specify toggle options when creating a filter with
toggleset toTrue. Then when on the chat window I can not just turn it on/off but also select one of the defined options.Alternatives Considered
Creating multiple toggles But that fills up the space really quickly.
Additional Context
No response
@Classic298 commented on GitHub (Feb 25, 2026):
https://docs.openwebui.com/features/extensibility/plugin/functions/filter
You can build it yourself with this
I.e. a filter with a toggle and for more than "on/off" use user valves with dropdown
@fkrauthan commented on GitHub (Feb 25, 2026):
Yes that is what I did. But the User Valves can not be adjusted from the toggle widget on the text input. Hence my request. ChatWise for example has such a widget.
@Classic298 commented on GitHub (Feb 25, 2026):
I'll investigate if adding additional filter type toggles might be possible here but a native baked in thinking toggle is not something open webui will add due to too many considerations, provider differences, model incompatibilities and more
@Classic298 commented on GitHub (Feb 25, 2026):
Let's discuss this