Spaces:
Build error
Build error
Update app.py
Browse files
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 = "
|
| 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 |
|