devika
devika copied to clipboard
More details on the API key set up
API KEYS
BING: Your Bing Search API key for web searching capabilities.
GOOGLE_SEARCH: Your Google Search API key for web searching capabilities.
GOOGLE_SEARCH_ENGINE_ID: Your Google Search Engine Id for web searching using google.
OPENAI: Your OpenAI API key for accessing GPT models.
GEMINI: Your Gemini API key for accessing Gemini models.
CLAUDE: Your Anthropic API key for accessing Claude models.
MISTRAL: Your Mistral API key for accessing Mistral models.
GROQ: Your Groq API key for accessing Groq models.
NETLIFY: Your Netlify API key for deploying and managing web projects.
for these api keys can we get a link or more details for each api keys, where to get it?
Please help on this?
Here are a few to get you all started:
- OPENAI API ACCESS KEY PAGE: https://platform.openai.com/api-keys
- CLAUDE API ACCESS KEY PAGE: https://console.anthropic.com/settings/keys
- GROQ API ACCESS KEY PAGE: https://console.groq.com/keys
- GEMINI API ACCESS KEY PAGE: https://aistudio.google.com/app/apikey
- GOOGLE_SEARCH API ACCESS KEY PAGES: https://developers.google.com/custom-search/v1/overview
- GOOGLE_SEARCH_ENGINE_ID PAGE: https://programmablesearchengine.google.com/controlpanel/all
Currently, integration with GROQ is still under development, so you can get some errors. If you don't have access to paid API resources, you can connect your own model from local host through ollama.
playwright._impl._errors.Error: Protocol error (Page.navigate): Cannot navigate to invalid URL:
agent unable to perform google search even after putting both the google keys
You can refer to the following YouTube video on setting up Google Search Engine and Google Search API: Link. Timestamp: 6:23 This should resolve your error.
yep i followed the exact same path , but in the video you shared also he is mentioning about the same error. maybe its not fixed yet. please see till end.
is search working for u perfectly @anay?
is search working for u perfectly @anay?
I confirm that I'm getting the same "Cannot navigate to invalid URL" error.
`Search Engine :: google Searching in Google...
Link ::
Exception in thread Thread-3 (
my error above was probably due to the link being empty. Not sure why though.
Anyway, it hasn't happened in the last 2 runs..
issue of playwright Links are solved. and for the APIs follow the official docs.