Skip to content

Commit 2e699e8

Browse files
committed
Fix production deployment: update crawl4ai version to fix JsonCssExtractionStrategy.generate_schema error
1 parent 4f72558 commit 2e699e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

socialcal/settings/production.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
FIRECRAWL_API_KEY = os.environ.get('FIRECRAWL_API_KEY', '')
8888
GROQ_API_KEY = os.environ.get('GROQ_API_KEY', '')
8989
OLOSTEP_API_KEY = os.environ.get('OLOSTEP_API_KEY', '')
90+
GEMINI_API_KEY = os.environ.get('GEMINI_API_KEY', '')
9091

9192
# Spotify API Configuration
9293
SPOTIFY_CLIENT_ID = os.environ.get('SPOTIFY_CLIENT_ID')

0 commit comments

Comments
 (0)