Yarik commited on
Commit
7abb8c4
β€’
1 Parent(s): 80a9c50

Update space

Browse files
Files changed (2) hide show
  1. apis/chat_api.py +1 -1
  2. networks/message_streamer.py +1 -1
apis/chat_api.py CHANGED
@@ -56,7 +56,7 @@ class ChatAPIApp:
56
  },
57
  {
58
  "id": "openchat-3.5",
59
- "description": "[openchat/openchat-3.5-1210]: https://huggingface.co/openchat/openchat-3.5-1210",
60
  "object": "model",
61
  "created": 1700000000,
62
  "owned_by": "NousResearch",
 
56
  },
57
  {
58
  "id": "openchat-3.5",
59
+ "description": "[openchat/openchat-3.5-0106]: https://huggingface.co/openchat/openchat-3.5-0106",
60
  "object": "model",
61
  "created": 1700000000,
62
  "owned_by": "NousResearch",
networks/message_streamer.py CHANGED
@@ -12,7 +12,7 @@ class MessageStreamer:
12
  "mixtral-8x7b": "mistralai/Mixtral-8x7B-Instruct-v0.1", # 72.62, fast [Recommended]
13
  "mistral-7b": "mistralai/Mistral-7B-Instruct-v0.2", # 65.71, fast
14
  "nous-mixtral-8x7b": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
15
- "openchat-3.5": "openchat/openchat-3.5-1210", # 68.89, fast
16
  # "zephyr-7b-beta": "HuggingFaceH4/zephyr-7b-beta", # ❌ Too Slow
17
  # "llama-70b": "meta-llama/Llama-2-70b-chat-hf", # ❌ Require Pro User
18
  # "codellama-34b": "codellama/CodeLlama-34b-Instruct-hf", # ❌ Low Score
 
12
  "mixtral-8x7b": "mistralai/Mixtral-8x7B-Instruct-v0.1", # 72.62, fast [Recommended]
13
  "mistral-7b": "mistralai/Mistral-7B-Instruct-v0.2", # 65.71, fast
14
  "nous-mixtral-8x7b": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
15
+ "openchat-3.5": "openchat/openchat-3.5-0106", # 68.89, fast
16
  # "zephyr-7b-beta": "HuggingFaceH4/zephyr-7b-beta", # ❌ Too Slow
17
  # "llama-70b": "meta-llama/Llama-2-70b-chat-hf", # ❌ Require Pro User
18
  # "codellama-34b": "codellama/CodeLlama-34b-Instruct-hf", # ❌ Low Score