mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-17 04:19:40 +00:00
Add mistral chat adapter (#983)
This commit is contained in:
parent
7f48ed39c2
commit
c9c098dab2
1 changed files with 8 additions and 0 deletions
8
kcpp_adapters/Mistral.json
Normal file
8
kcpp_adapters/Mistral.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"system_start":"",
|
||||
"system_end":"",
|
||||
"user_start":"[INST] ",
|
||||
"user_end":" [/INST]\n",
|
||||
"assistant_start":"",
|
||||
"assistant_end":"\n"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue