Skip to content

Commit 26e028a

Browse files
authored
Update openchat to 0106 (#687)
* Update openchat to 0106 * Update .env.template Fix typo
1 parent 3a01622 commit 26e028a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.env.template

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ MODELS=`[
152152
]
153153
},
154154
{
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",
157157
"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",
159159
"preprompt": "",
160160
"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}}",
161161
"parameters": {
@@ -187,6 +187,7 @@ OLD_MODELS=`[
187187
{"name":"OpenAssistant/oasst-sft-6-llama-30b-xor"},
188188
{"name":"HuggingFaceH4/zephyr-7b-alpha"},
189189
{"name":"openchat/openchat_3.5"},
190+
{"name":"openchat/openchat-3.5-1210"},
190191
{"name": "tiiuae/falcon-180B-chat"}
191192
]`
192193

0 commit comments

Comments
 (0)