Spaces:
Sleeping
Sleeping
Update config.py
Browse files
config.py
CHANGED
|
@@ -14,9 +14,12 @@ MODEL_PRIORITY_A = [
|
|
| 14 |
|
| 15 |
# No config.py, mude a lista B para:
|
| 16 |
MODEL_PRIORITY_B = [
|
| 17 |
-
"
|
| 18 |
-
"
|
| 19 |
-
"
|
|
|
|
|
|
|
|
|
|
| 20 |
]
|
| 21 |
|
| 22 |
OPENROUTER_API_URL = "https://openrouter.ai/api/v1/chat/completions"
|
|
|
|
| 14 |
|
| 15 |
# No config.py, mude a lista B para:
|
| 16 |
MODEL_PRIORITY_B = [
|
| 17 |
+
"anthropic/claude-3-haiku",
|
| 18 |
+
"openai/gpt-3.5-turbo",
|
| 19 |
+
"nousresearch/nous-hermes-2-mistral",
|
| 20 |
+
"meta-llama/llama-3-8b-instruct",
|
| 21 |
+
"mistralai/mistral-7b-instruct",
|
| 22 |
+
"gryphe/mythomax-l2-13b"
|
| 23 |
]
|
| 24 |
|
| 25 |
OPENROUTER_API_URL = "https://openrouter.ai/api/v1/chat/completions"
|