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

Suggestion: Use dotenv to pull api key from .env file

Open acrokat opened this issue 1 year ago • 0 comments

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

acrokat avatar May 14 '24 17:05 acrokat