Replies: 3 comments 8 replies
-
I would follow a tutorial to get this fully set up, but the issue seems to be you haven't set a valid google search api key in your Here is the section of the
instructions to fill this out correctly can be found in the readme. I have also placed it below for your convenience :) 🔍 Google API Keys ConfigurationThis section is optional, use the official google api if you are having issues with error 429 when running a google search.
Remember that your free daily custom search quota allows only up to 100 searches. To increase this limit, you need to assign a billing account to the project to profit from up to 10K daily searches. |
Beta Was this translation helpful? Give feedback.
-
having the same issue here...gotten the api keys from google but still getting error whenever auto gpt is trying to do a search "API key not valid. Please pass a valid API key.". Details: "[{'message': 'API key not valid. Please pass a valid API key.', 'domain': 'global', 'reason': 'badRequest'}]"> |
Beta Was this translation helpful? Give feedback.
-
If anyone hasn't gotten this to work, you need BOTH an api key from google custom search api (don't get api key from service account or oath 2.0 unless you're using those, just get normal api key from 'create credentials' on the left), AND you need a custom search engine id: https://programmablesearchengine.google.com/controlpanel/all (click add, create one, and copy the "Search engine ID"). |
Beta Was this translation helpful? Give feedback.
-
Every time Auto-GPT is thinking this error appears:
SYSTEM: Command google returned: Error: <HttpError 400 when requesting https://customsearch.googleapis.com/customsearch/v1?q=how+to+create+a+music+converter+website&cx=your-custom-search-engine-id&num=8&key=your-google-api-key&alt=json returned "API key not valid. Please pass a valid API key.". Details: "[{'message': 'API key not valid. Please pass a valid API key.', 'domain': 'global', 'reason': 'badRequest'}]">
Does it means anything important? or i can just ignore it?
Beta Was this translation helpful? Give feedback.
All reactions