Skip to content

Commit c9c098d

Browse files
authored
Add mistral chat adapter (ggml-org#983)
1 parent 7f48ed3 commit c9c098d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

kcpp_adapters/Mistral.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"system_start":"",
3+
"system_end":"",
4+
"user_start":"[INST] ",
5+
"user_end":" [/INST]\n",
6+
"assistant_start":"",
7+
"assistant_end":"\n"
8+
}

0 commit comments

Comments
 (0)