mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
Unable to connect to the Internet #3938
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 @wangyanmin123 on GitHub (Feb 18, 2025).
Open-webui uses the search engine duckduckgo, but still cannot achieve the networking function. Can you give me some guidance? Thank you very much
open-webui 0.15.4, deepseek-R1 32b installed 0.15.0 before and it also cannot connect to the Internet. Also, why didn't I think about it the first time, but I got it the second time I asked?
All three options are selected and the default option is displayed.:
@wangyanmin123 commented on GitHub (Feb 18, 2025):
I used the local deepseek-R1 32b model deployed using the tool ollama. I tested a smaller model and the same problem occurred. open-webui was installed using pip install openwebui, python 3.11
@wangyanmin123 commented on GitHub (Feb 18, 2025):
After many attempts, sometimes it shows that the web page is searched, but it is still not sent back to the model for output display. Can you help me?
@crema-lida commented on GitHub (Feb 18, 2025):
Same problem here. I tried
docker runwith--env GLOBAL_LOG_LEVEL="DEBUG"and this is what i got:And the system did return search results:
However the model didn't seem to obtain the search results. Don't know what's happening.
I used duckduckgo with full context mode turned on.