Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat]: Internet Search Support #65

Open
sotwi opened this issue Oct 25, 2024 · 2 comments
Open

[Feat]: Internet Search Support #65

sotwi opened this issue Oct 25, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@sotwi
Copy link

sotwi commented Oct 25, 2024

Description
Allow the model access to query the web before answering.

Use Case
When running LLMs on phones we are oftentimes limited to small models. Granting them access to the internet is a good way of circumventing their limitations.

@sotwi sotwi added the enhancement New feature or request label Oct 25, 2024
@a-ghorbani
Copy link
Owner

This is a great feature to have. Do you happen to know of a good, free search API? The ones I know like SerpAPI, aren’t free.

@kth8
Copy link

kth8 commented Oct 25, 2024

Open WebUI that I also use supports DuckDuckgo and Jina as free web search provider. Code is here if you want a look: https://github.com/open-webui/open-webui/tree/main/backend/open_webui/apps/retrieval/web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants