Closed paw-lu closed 5 months ago
If you set the GEMINI_API_KEY
environment variable, it should work.
You're totally right—closing! (Curious—grepping through it seems you're not parsing the env variables yourself. Are they passed through another way?)
(btw really good interface here)
Most of the LLM stuff is handled in external libraries, and the env vars are quite standardised, so there's no parsing required - those libraries look for them themselves.
Thank you!
Right now, based on instructions it seems like Gemini authentication relies on using some google cloud authentication process. Would it be possible to just use the Gemini API token like some other apps use?