Spaces:
Runtime error
Runtime error
Sandy2636
commited on
Commit
·
d419eb6
1
Parent(s):
77f26de
Add application file
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ except ImportError:
|
|
25 |
|
26 |
|
27 |
# --- Configuration ---
|
28 |
-
OPENROUTER_API_KEY =
|
29 |
IMAGE_MODEL = "opengvlab/internvl3-14b:free"
|
30 |
OPENROUTER_API_URL = "https://openrouter.ai/api/v1/chat/completions"
|
31 |
|
|
|
25 |
|
26 |
|
27 |
# --- Configuration ---
|
28 |
+
OPENROUTER_API_KEY = "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"
|
29 |
IMAGE_MODEL = "opengvlab/internvl3-14b:free"
|
30 |
OPENROUTER_API_URL = "https://openrouter.ai/api/v1/chat/completions"
|
31 |
|