File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -152,10 +152,10 @@ MODELS=`[
152
152
]
153
153
},
154
154
{
155
- "name": "openchat/openchat-3.5-1210 ",
156
- "displayName": "openchat/openchat-3.5-1210 ",
155
+ "name": "openchat/openchat-3.5-0106 ",
156
+ "displayName": "openchat/openchat-3.5-0106 ",
157
157
"description": "OpenChat 3.5 is the #1 model on MT-Bench, with only 7B parameters.",
158
- "websiteUrl": "https://huggingface.co/openchat/openchat-3.5-1210 ",
158
+ "websiteUrl": "https://huggingface.co/openchat/openchat-3.5-0106 ",
159
159
"preprompt": "",
160
160
"chatPromptTemplate" : "<s>{{#each messages}}{{#ifUser}}GPT4 Correct User: {{#if @first}}{{#if @root.preprompt}}{{@root.preprompt}}\n{{/if}}{{/if}}{{content}}<|end_of_turn|>GPT4 Correct Assistant:{{/ifUser}}{{#ifAssistant}}{{content}}<|end_of_turn|>{{/ifAssistant}}{{/each}}",
161
161
"parameters": {
@@ -187,6 +187,7 @@ OLD_MODELS=`[
187
187
{"name":"OpenAssistant/oasst-sft-6-llama-30b-xor"},
188
188
{"name":"HuggingFaceH4/zephyr-7b-alpha"},
189
189
{"name":"openchat/openchat_3.5"},
190
+ {"name":"openchat/openchat-3.5-1210"},
190
191
{"name": "tiiuae/falcon-180B-chat"}
191
192
]`
192
193
You can’t perform that action at this time.
0 commit comments