Skip to content

Commit 9b99c58

Browse files
authored
Use the new openchat model (#667)
1 parent e9e839d commit 9b99c58

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.env.template

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@ MODELS=`[
153153
]
154154
},
155155
{
156-
"name": "openchat/openchat_3.5",
157-
"displayName": "openchat/openchat_3.5",
156+
"name": "openchat/openchat-3.5-1210",
157+
"displayName": "openchat/openchat-3.5-1210",
158158
"description": "OpenChat 3.5 is the #1 model on MT-Bench, with only 7B parameters.",
159-
"websiteUrl": "https://huggingface.co/openchat/openchat_3.5",
159+
"websiteUrl": "https://huggingface.co/openchat/openchat-3.5-1210",
160160
"preprompt": "",
161161
"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}}",
162162
"parameters": {
@@ -211,7 +211,11 @@ MODELS=`[
211211
}
212212
]`
213213

214-
OLD_MODELS=`[{"name":"bigcode/starcoder"}, {"name":"OpenAssistant/oasst-sft-6-llama-30b-xor"}, {"name":"HuggingFaceH4/zephyr-7b-alpha"}]`
214+
OLD_MODELS=`[
215+
{"name":"bigcode/starcoder"},
216+
{"name":"OpenAssistant/oasst-sft-6-llama-30b-xor"},
217+
{"name":"HuggingFaceH4/zephyr-7b-alpha"},
218+
{"name":"openchat/openchat_3.5"}]`
215219

216220
TASK_MODEL='mistralai/Mistral-7B-Instruct-v0.2'
217221
# TASK_MODEL=`{

0 commit comments

Comments
 (0)