Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -29,12 +29,13 @@ models = {
|
|
29 |
"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
30 |
"google/gemma-2-9b-it",
|
31 |
"google/gemma-2-27b-it",
|
32 |
-
"
|
33 |
"mistralai/Mistral-7B-Instruct-v0.3",
|
34 |
"HuggingFaceH4/zephyr-7b-beta",
|
35 |
"Qwen/Qwen2.5-72B-Instruct",
|
36 |
"mistralai/Mistral-Nemo-Instruct-2407",
|
37 |
-
"tiiuae/falcon-7b-instruct"
|
|
|
38 |
]
|
39 |
}
|
40 |
|
|
|
29 |
"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
30 |
"google/gemma-2-9b-it",
|
31 |
"google/gemma-2-27b-it",
|
32 |
+
"teknium/OpenHermes-2.5-Mistral-7B",
|
33 |
"mistralai/Mistral-7B-Instruct-v0.3",
|
34 |
"HuggingFaceH4/zephyr-7b-beta",
|
35 |
"Qwen/Qwen2.5-72B-Instruct",
|
36 |
"mistralai/Mistral-Nemo-Instruct-2407",
|
37 |
+
"tiiuae/falcon-7b-instruct",
|
38 |
+
"cognitivecomputations/dolphin-2.9.2-mixtral-8x22b"
|
39 |
]
|
40 |
}
|
41 |
|