mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
feat: Admin Disable websearch per model. #5323
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 @StatusQuo209 on GitHub (May 25, 2025).
Check Existing Issues
Problem Description
I have multiple ollama servers connecting to a OpenwebUi instance. One of those is a CPU only inference machine. For that specific model running on that inference machine, I want to disable users from accidently/purposely using websearch with it because doing so would effectively lock up my server for potentially over an hour since prompt processing is so slow on CPU.
Desired Solution you'd like
I'm requesting the ability to disable websearch per model on the admin side to prevent users from locking up my server due to 100% CPU usage.
Alternatives Considered
No response
Additional Context
No response
@EntropyYue commented on GitHub (May 26, 2025):
In the latest version of open-webui, this feature has already been added, and you can set it in the admin model editing interface