kaleidoskop-hug
commited on
Commit
•
67a2453
1
Parent(s):
6634c4e
Update app.py
Browse files
app.py
CHANGED
@@ -14,9 +14,8 @@ client = OpenAI(
|
|
14 |
|
15 |
# Create supported models
|
16 |
model_links = {
|
17 |
-
"Tencent-Hunyuan-Large": "tencent/Tencent-Hunyuan-Large",
|
18 |
-
"Mistral-Nemo-Instruct-2407": "mistralai/Mistral-Nemo-Instruct-2407",
|
19 |
"Mixtral-8x7B-Instruct-v0.1": "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
|
|
20 |
"Nous-Hermes-2-Mixtral-8x7B-DPO": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
21 |
"Mistral-7B-Instruct-v0.1": "mistralai/Mistral-7B-Instruct-v0.1",
|
22 |
"Mistral-7B-Instruct-v0.2": "mistralai/Mistral-7B-Instruct-v0.2",
|
|
|
14 |
|
15 |
# Create supported models
|
16 |
model_links = {
|
|
|
|
|
17 |
"Mixtral-8x7B-Instruct-v0.1": "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
18 |
+
"Mistral-Nemo-Instruct-2407": "mistralai/Mistral-Nemo-Instruct-2407",
|
19 |
"Nous-Hermes-2-Mixtral-8x7B-DPO": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
20 |
"Mistral-7B-Instruct-v0.1": "mistralai/Mistral-7B-Instruct-v0.1",
|
21 |
"Mistral-7B-Instruct-v0.2": "mistralai/Mistral-7B-Instruct-v0.2",
|