ka1kuk commited on
Commit
adc1c3b
1 Parent(s): 152bd77

Update apis/chat_api.py

Browse files
Files changed (1) hide show
  1. 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": "tulu-2-dpo-70b",
35
- "description": "[allenai/tulu-2-dpo-70b]: https://huggingface.co/allenai/tulu-2-dpo-70b",
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",