-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Web Search Fails #1653
Comments
Seems like it's not loading the webpages, do you have some network settings that could be blocking things ? Could you try something like |
Alternatively if curl -I returns a 2XX code, you could try increasing the WEBSEARCH_TIMEOUT (default is 3500) ms |
Looks like I'm getting a 2XX code back (directly from the docker container). I will try to increase the WEBSEARCH_TIMEOUT
|
Even after increasing the WEBSEARCH_TIMEOUT to 6000 ms, still getting the same results. Something is odd with that specific search query. It seems like it fails when extracting the text from certain webpages. As far as I can tell, it is likely a text extraction bug and not due to timeout... If I try "What are today's current events", the search does not fail (even though it thinks today is Oct 2023): |
Bug description
Using Llama 3.3-70b (from TogetherAI) and enabling websearch tool. Using a SERPER_API_KEY then Websearch fails.
Steps to reproduce
Screenshots
Logs
Specs
Config
The text was updated successfully, but these errors were encountered: