gemini-api-quickstart icon indicating copy to clipboard operation
gemini-api-quickstart copied to clipboard

The .env seems not used.

Open doggy8088 opened this issue 1 year ago • 0 comments

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?

doggy8088 avatar May 12 '24 18:05 doggy8088