mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-09 05:19:20 -05:00
[GH-ISSUE #12045] feat: Implement Web Search tool in /api/chat/completions #16448
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 @SuperPat45 on GitHub (Mar 25, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12045
Check Existing Issues
Problem Description
OpenAI has just unveiled a new Web Search tool for the /chat/completions API:
https://platform.openai.com/docs/guides/tools-web-search?api-mode=chat
Desired Solution you'd like
It would be great if Open WebUI could provide the web_search_options parameter to the /api/chat/completions when the search feature is enabled in system preferences:
Alternatives Considered
Are-there any other way to use the web search integration thought the Open WebUI API?
Additional Context
My Open WebUI sever is connected to an Ollama instance.