OrbitMC commited on
Commit
36841bd
·
verified ·
1 Parent(s): 275abb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ if not PEXELS_API_KEY:
50
  if not OPENROUTER_API_KEY:
51
  OPENROUTER_API_KEY = 'YOUR_OPENROUTER_KEY_HERE' # Replace with your key for local testing
52
 
53
- OPENROUTER_MODEL = "x-ai/grok-4-fast:free"
54
  OUTPUT_VIDEO_FILENAME = "final_video.mp4"
55
  USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36"
56
 
 
50
  if not OPENROUTER_API_KEY:
51
  OPENROUTER_API_KEY = 'YOUR_OPENROUTER_KEY_HERE' # Replace with your key for local testing
52
 
53
+ OPENROUTER_MODEL = "meta-llama/llama-3.3-70b-instruct:free"
54
  OUTPUT_VIDEO_FILENAME = "final_video.mp4"
55
  USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36"
56