mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-04-28 11:40:43 +00:00
8 lines
249 B
JSON
8 lines
249 B
JSON
{
|
|
"system_start": "<|im_start|>system\n",
|
|
"system_end": "<|im_end|>\n",
|
|
"user_start": "<|im_start|>user\n",
|
|
"user_end": "<|im_end|>\n",
|
|
"assistant_start": "<|im_start|>assistant\n<think>\n\n</think>\n",
|
|
"assistant_end": "<|im_end|>\n"
|
|
}
|