Spaces:
Runtime error
Runtime error
Sandy2636
commited on
Commit
·
b3819fe
1
Parent(s):
6a6e280
Update space
Browse files
app.py
CHANGED
@@ -8,8 +8,8 @@ import mimetypes
|
|
8 |
# --- Configuration ---
|
9 |
# IMPORTANT: Set your OPENROUTER_API_KEY as an environment variable
|
10 |
# For example, in your terminal: export OPENROUTER_API_KEY='your_key_here'
|
11 |
-
OPENROUTER_API_KEY =
|
12 |
-
IMAGE_MODEL = "opengvlab/internvl3-14b"
|
13 |
OPENROUTER_API_URL = "https://openrouter.ai/api/v1/chat/completions"
|
14 |
|
15 |
# --- Application State ---
|
|
|
8 |
# --- Configuration ---
|
9 |
# IMPORTANT: Set your OPENROUTER_API_KEY as an environment variable
|
10 |
# For example, in your terminal: export OPENROUTER_API_KEY='your_key_here'
|
11 |
+
OPENROUTER_API_KEY = "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"
|
12 |
+
IMAGE_MODEL = "opengvlab/internvl3-14b:free"
|
13 |
OPENROUTER_API_URL = "https://openrouter.ai/api/v1/chat/completions"
|
14 |
|
15 |
# --- Application State ---
|