Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,8 @@ models = {
|
|
27 |
"mistralai/Mistral-Small-24B-Instruct-2501",
|
28 |
"deepseek-ai/deepseek-llm-67b-chat",
|
29 |
"mistralai/Mixtral-8x22B-Instruct-v0.1",
|
30 |
-
"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO"
|
|
|
31 |
]
|
32 |
}
|
33 |
|
|
|
27 |
"mistralai/Mistral-Small-24B-Instruct-2501",
|
28 |
"deepseek-ai/deepseek-llm-67b-chat",
|
29 |
"mistralai/Mixtral-8x22B-Instruct-v0.1",
|
30 |
+
"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
31 |
+
"google/gemma-2-9b-it"
|
32 |
]
|
33 |
}
|
34 |
|