mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #16875] issue: Web Search Not Working with OpenWebUI-Assistant-OpenAI Function #56746
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 @YazinAlhamdi on GitHub (Aug 24, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16875
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
v0.6.25
Ollama Version (if applicable)
No response
Operating System
Ubuntu 22.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When the Web Search feature is enabled, the assistant should fetch results from actual web sources
Actual Behavior
I tried using the OpenWebUI-Assistant-OpenAI function from this repository:
https://github.com/Mantonherre/OpenWebUI-Assistant-OpenAI/
However, it doesn’t seem to be compatible with the web search feature. When I attempt to use web search, the results only come from the assistant’s output, not actual web data.
Does anyone know how to fix this? Any help would be appreciated.
Thanks in advance!
Steps to Reproduce
.
Logs & Screenshots
.
Additional Information
No response
@Anaumer commented on GitHub (Aug 24, 2025):
The Assistant API will be fully replaced by the Responses API soon. Depending on the usecase, it'd be maybe better to switch?
@YazinAlhamdi commented on GitHub (Aug 25, 2025):
When be released??
BR.