Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -53,8 +53,11 @@ mpy_config.change_settings({"IMAGEMAGICK_BINARY": "/usr/bin/convert"})
|
|
53 |
|
54 |
# ---------------- Global Configuration (Some now used as defaults/initial values) ---------------- #
|
55 |
# Replace with your actual keys
|
56 |
-
|
57 |
-
|
|
|
|
|
|
|
58 |
OPENROUTER_MODEL = "mistralai/mistral-small-3.1-24b-instruct:free" # Or another preferred model
|
59 |
OUTPUT_VIDEO_FILENAME = "final_video.mp4"
|
60 |
USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36"
|
|
|
53 |
|
54 |
# ---------------- Global Configuration (Some now used as defaults/initial values) ---------------- #
|
55 |
# Replace with your actual keys
|
56 |
+
|
57 |
+
|
58 |
+
|
59 |
+
PEXELS_API_KEY = 'BhJqbcdm9Vi90KqzXKAhnEHGsuFNv4irXuOjWtT761U49lRzo03qBGna'
|
60 |
+
OPENROUTER_API_KEY = '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'
|
61 |
OPENROUTER_MODEL = "mistralai/mistral-small-3.1-24b-instruct:free" # Or another preferred model
|
62 |
OUTPUT_VIDEO_FILENAME = "final_video.mp4"
|
63 |
USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36"
|