mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 05:54:26 +01:00
1.9 KiB
1.9 KiB
🔍 Google API Keys Configuration
!!! note
This section is optional. Use the official Google API if search attempts return
error 429. To use the google_official_search command, you need to set up your
Google API key in your environment variables.
Create your project:
- Go to the Google Cloud Console.
- If you don't already have an account, create one and log in
- Create a new project by clicking on the Select a Project dropdown at the top of the page and clicking New Project
- Give it a name and click Create
- Set up a custom search API and add to your .env file:
5. Go to the APIs & Services Dashboard
6. Click Enable APIs and Services
7. Search for Custom Search API and click on it
8. Click Enable
9. Go to the Credentials page
10. Click Create Credentials
11. Choose API Key
12. Copy the API key
13. Set it as the
GOOGLE_API_KEYin your.envfile - Enable
the Custom Search API on your project. (Might need to wait few minutes to propagate.)
Set up a custom search engine and add to your .env file:
15. Go to the Custom Search Engine page
16. Click Add
17. Set up your search engine by following the prompts.
You can choose to search the entire web or specific sites
18. Once you've created your search engine, click on Control Panel
19. Click Basics
20. Copy the Search engine ID
21. Set it as the
CUSTOM_SEARCH_ENGINE_IDin your.envfile
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.