Spaces:
Sleeping
Sleeping
Rename .env.example to .env.local
Browse files
.env.example → .env.local
RENAMED
@@ -29,7 +29,7 @@ OPEN_ROUTER_API_KEY=
|
|
29 |
# Get your Google Generative AI API Key by following these instructions -
|
30 |
# https://console.cloud.google.com/apis/credentials
|
31 |
# You only need this environment variable set if you want to use Google Generative AI models
|
32 |
-
GOOGLE_GENERATIVE_AI_API_KEY=
|
33 |
|
34 |
# You only need this environment variable set if you want to use oLLAMA models
|
35 |
# EXAMPLE http://localhost:11434
|
|
|
29 |
# Get your Google Generative AI API Key by following these instructions -
|
30 |
# https://console.cloud.google.com/apis/credentials
|
31 |
# You only need this environment variable set if you want to use Google Generative AI models
|
32 |
+
GOOGLE_GENERATIVE_AI_API_KEY=AIzaSyC3pjLcJyJqeZU0l8M522T3PcrRLxCmjlc
|
33 |
|
34 |
# You only need this environment variable set if you want to use oLLAMA models
|
35 |
# EXAMPLE http://localhost:11434
|