gemini-api-quickstart
gemini-api-quickstart copied to clipboard
Suggestion: Use dotenv to pull api key from .env file
Just a suggestion PR with the changes I made to pull the API key from the .env file! May make it a simpler for folks to run out-of-the-box once they add their key.
Changes:
- Uses dotenv package to pull key frrom .env file
- Adds dotenv to requirements.txt