-
Notifications
You must be signed in to change notification settings - Fork 165
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
Unable to use Groq Api key #19
Comments
I have the same issue. I run it locally on Mac. The strange thing is that the error occurs even if I have set all API keys. |
Good call out. The problem is that the assistant expected
|
So basically we can you all the model provided by the langchain init_chat_model as from what I can understand we use it other the hood. For such case what should api name format when calling it(as we will have to set as environment variable in colab).For such cases how can I pass the API key while writing the configurable |
right. all we need to do is add different providers to the for example, it would be easy to add Gemini (see here) but you are correct that you would need to set API key. |
I have attached the code, the error message, and a picture illustrating how the environment variable has been declared. I am currently using Colab.
The text was updated successfully, but these errors were encountered: