Replies: 3 comments
-
|
By the way, even if web search is activated in panel, for me the button should not be active by default for the user. He should manually activate the web search manually. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
the current toggles are for the old default capabilities basically. the new ones, which are native tool calls, will be added as new, separate toggles tim said at some point. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
added in dev f1a1e64 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using openwebui
0.7.2and I think web searching permissions are broken or at least not intuitive:Methodology
From the admin panel, toggle global web search on or off:

From the chat itself toggle web search on or off:

Ask the ai model "Find me recipes for beans" which typically involves a knowledge base search followed by a web search or more knowledge base searches.
Other details
OpenWebUI version:
0.7.2Model Provider:
Ollama v0.12.7Installation method:
dockerModel Used:
Qwen3-8bExpected behavior
I expect the model to do a google search iff
(Web search enabled in admin panel) && (Web search integration enabled in chat)If intended behavior is
(Web search enabled in admin panel) || (Web search integration enabled in chat)that is also not implemented right nowBeta Was this translation helpful? Give feedback.
All reactions