Update apis/chat_api.py
Browse files- apis/chat_api.py +4 -4
apis/chat_api.py
CHANGED
@@ -30,10 +30,10 @@ class ChatAPIApp:
|
|
30 |
"id": "mixtral-8x7b",
|
31 |
"description": "[mistralai/Mixtral-8x7B-Instruct-v0.1]: https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1",
|
32 |
},
|
33 |
-
|
34 |
-
"id": "
|
35 |
-
"description": "[
|
36 |
-
|
37 |
{
|
38 |
"id": "openchat-3.5",
|
39 |
"description": "[openchat/openchat-3.5-1210]: https://huggingface.co/openchat/openchat-3.5-1210",
|
|
|
30 |
"id": "mixtral-8x7b",
|
31 |
"description": "[mistralai/Mixtral-8x7B-Instruct-v0.1]: https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1",
|
32 |
},
|
33 |
+
{
|
34 |
+
"id": "mistral-7b",
|
35 |
+
"description": "[mistralai/Mistral-7B-Instruct-v0.2]: https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2"
|
36 |
+
},
|
37 |
{
|
38 |
"id": "openchat-3.5",
|
39 |
"description": "[openchat/openchat-3.5-1210]: https://huggingface.co/openchat/openchat-3.5-1210",
|