Staticaliza
commited on
Commit
•
38ed8ff
1
Parent(s):
a52e921
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ API_ENDPOINTS = {
|
|
22 |
"Mistral": "mistralai/Mistral-7B-v0.1",
|
23 |
"Mistral-2": "mistralai/Mistral-7B-Instruct-v0.1",
|
24 |
"Open-3.5": "openchat/openchat_3.5",
|
25 |
-
|
26 |
}
|
27 |
|
28 |
CHOICES = []
|
|
|
22 |
"Mistral": "mistralai/Mistral-7B-v0.1",
|
23 |
"Mistral-2": "mistralai/Mistral-7B-Instruct-v0.1",
|
24 |
"Open-3.5": "openchat/openchat_3.5",
|
25 |
+
"Mistral-X": "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
26 |
}
|
27 |
|
28 |
CHOICES = []
|