mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 10:34:13 -05:00
[GH-ISSUE #15639] feat: Web search functionality through python using openwebui | need help #17622
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 @leelasaivoonna on GitHub (Jul 11, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15639
Check Existing Issues
Problem Description
Using request module in python I was able to obtain outputs for simple calls
Similarly I wanted to get web search results ,getting summarized by LLM through same python again with request module (which are ideal results from UI when we just select web search feature)
But lately couldn't able to find the solution and stuck in middle
I tried multiple ways but nothing worked as of now
I read in documentation we could directly select external in web search configuration and add custom endpoint but that just serves for raw content so it isn't the intent here
I want summary from web content using python just like UI functionality
Would really appreciate your help, thanks
Desired Solution you'd like
Please create solution similar to simple post requests with the python's request module ,example some additional parameter we can pass through Json parameter in requests.post() function
Alternatives Considered
No response
Additional Context
No response