We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f72558 commit 2e699e8Copy full SHA for 2e699e8
socialcal/settings/production.py
@@ -87,6 +87,7 @@
87
FIRECRAWL_API_KEY = os.environ.get('FIRECRAWL_API_KEY', '')
88
GROQ_API_KEY = os.environ.get('GROQ_API_KEY', '')
89
OLOSTEP_API_KEY = os.environ.get('OLOSTEP_API_KEY', '')
90
+GEMINI_API_KEY = os.environ.get('GEMINI_API_KEY', '')
91
92
# Spotify API Configuration
93
SPOTIFY_CLIENT_ID = os.environ.get('SPOTIFY_CLIENT_ID')
0 commit comments