mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[GH-ISSUE #13983] feat: granular control over whether web search is enabled #17095
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 @caferen on GitHub (May 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13983
Check Existing Issues
Problem Description
I am not sure if this is a bug or is the intended behavior.
When I enable web search in any chat once, it will default to on for all new chats going forward until manually disabled by clicking the button.
This is especially bad when starting chats programmatically because there's no way to turn off web search if it happens to be on at that moment AFAICT.
Desired Solution you'd like
There needs to be more granular control over when it's enabled. These already exist:
One or both of these should exist:
web-search=falseURL parameter to explicitly turn if off regardless of the user setting.Alternatives Considered
Additional Context
No response