Spaces:
Sleeping
Sleeping
Update config.py
Browse files
config.py
CHANGED
|
@@ -12,10 +12,11 @@ MODEL_PRIORITY_A = [
|
|
| 12 |
"google/gemini-pro-1.5"
|
| 13 |
]
|
| 14 |
|
|
|
|
| 15 |
MODEL_PRIORITY_B = [
|
| 16 |
-
"google/gemini-flash-1.5",
|
| 17 |
-
"
|
| 18 |
-
"mistralai/mistral-
|
| 19 |
]
|
| 20 |
|
| 21 |
OPENROUTER_API_URL = "https://openrouter.ai/api/v1/chat/completions"
|
|
|
|
| 12 |
"google/gemini-pro-1.5"
|
| 13 |
]
|
| 14 |
|
| 15 |
+
# No config.py, mude a lista B para:
|
| 16 |
MODEL_PRIORITY_B = [
|
| 17 |
+
"google/gemini-flash-1.5",
|
| 18 |
+
"google/gemini-pro-1.5", # Fallback para o Pro caso o Flash falhe
|
| 19 |
+
"mistralai/mistral-7b-instruct"
|
| 20 |
]
|
| 21 |
|
| 22 |
OPENROUTER_API_URL = "https://openrouter.ai/api/v1/chat/completions"
|