-
Notifications
You must be signed in to change notification settings - Fork 79
How to utilize Google API
Dilyara Zharikova (Baymurzina) edited this page Jun 5, 2023
·
1 revision
You may utilize (LangChain Google API Skill)[https://github.com/deeppavlov/dream/blob/main/components/VJ7c3sLqEi.yml] to generate hypotheses via Google API. For this, you should provide GOOGLE_API_KEY
and GOOGLE_CSE_ID
in dream/.env_secret
.
-
Create a new project at https://console.developers.google.com/apis/dashboard.
-
Create a new API key at https://console.developers.google.com/apis/credentials.
-
Enable the Custom Search API at https://console.developers.google.com/apis/library/customsearch.googleapis.com.
-
Create a new Custom Search Engine at https://cse.google.com/cse/all.
-
Add your API Key and your Custom Search Engine ID to your
.env_secret
file.