gemini-api-quickstart
gemini-api-quickstart copied to clipboard
The .env seems not used.
In Line 17 of the app.py file, the GOOGLE_API_KEY="" has been hard coded with an empty string.
https://github.com/logankilpatrick/gemini-api-quickstart/blob/2267a76121c691a1875a730764f8e1ff8b1e5000/app.py#L15-L17
In your README.md, you said cp .env.example .env to have a .env file.
I don't understand how to load .env by this app?