Skip to content

Commit

Permalink
adds Google Studio url to .env.local docs
Browse files Browse the repository at this point in the history
Extends sample environment variable with Google Studio url
  • Loading branch information
gokhanozdemir committed Dec 14, 2024
1 parent f27f7bb commit 54d9922
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ OPEN_ROUTER_API_KEY=

# Get your Google Generative AI API Key by following these instructions -
# https://console.cloud.google.com/apis/credentials
# You only need this environment variable set if you want to use Google Generative AI models
# Get your Google Gemini API Key from the Google AI Studio dashboard -
# https://aistudio.google.com/app/apikey
# You only need this environment variable set if you want to use Google Generative AI models or Google Gemini models
GOOGLE_GENERATIVE_AI_API_KEY=

# You only need this environment variable set if you want to use oLLAMA models
Expand Down

0 comments on commit 54d9922

Please sign in to comment.