mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-04-26 10:41:25 +00:00
minimax template
This commit is contained in:
parent
acfc1e56d2
commit
a82c89b065
2 changed files with 19 additions and 0 deletions
|
|
@ -266,5 +266,16 @@
|
|||
"assistant_start": "<|im_start|>assistant\n",
|
||||
"assistant_end": "<|im_end|>\n"
|
||||
}
|
||||
}, {
|
||||
"search": ["[e~[","]~b]user"],
|
||||
"name": "MiniMax",
|
||||
"adapter": {
|
||||
"system_start": "]~!b[]~b]system\n",
|
||||
"system_end": "[e~[\n",
|
||||
"user_start": "]~b]user\n",
|
||||
"user_end": "[e~[\n",
|
||||
"assistant_start": "]~b]ai\n",
|
||||
"assistant_end": "[e~[\n"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
8
kcpp_adapters/MiniMax.json
Normal file
8
kcpp_adapters/MiniMax.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"system_start": "]~!b[]~b]system\n",
|
||||
"system_end": "[e~[\n",
|
||||
"user_start": "]~b]user\n",
|
||||
"user_end": "[e~[\n",
|
||||
"assistant_start": "]~b]ai\n",
|
||||
"assistant_end": "[e~[\n"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue