You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have set up the project as described in the readme document.
Although, it is not clear where to set the environment variables. (I have set it on both my PC and the config.toml file.)
Then I got this issue, as I called Elia about the Gemini 1.0 pro model.
Although I have installed the required and mentioned libraries on my PC, I am getting the below error repeatedly.
I am not understanding where to install the mentioned package.
The text was updated successfully, but these errors were encountered:
The application expects your API keys to be saved as environment variables by default (although you can also set API keys in the config.toml file as per the documentation). See OpenAI's documentation on how to set up API keys as environment variables.
You are trying to access the Gemini models through Google's Vertex AI, which is the enterprise solution and which typically requires a default project and corresponding service account to be set up, and a credentials file to be set up in your local development environment. For a simpler solution, I suggest using Google AI Studio to set up your API key and set it as an environment variable as discussed in point 1 above.
I have set up the project as described in the readme document.
Although, it is not clear where to set the environment variables. (I have set it on both my PC and the config.toml file.)
Then I got this issue, as I called Elia about the Gemini 1.0 pro model.
Although I have installed the required and mentioned libraries on my PC, I am getting the below error repeatedly.
I am not understanding where to install the mentioned package.
The text was updated successfully, but these errors were encountered: