mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-04-28 03:30:20 +00:00
8 lines
372 B
JSON
8 lines
372 B
JSON
{
|
|
"system_start": "<seed:bos>system\n",
|
|
"system_end": "<seed:eos>",
|
|
"user_start": "<seed:bos>user\n",
|
|
"user_end": "<seed:eos>",
|
|
"assistant_start": "<seed:bos>assistant\n<seed:think>\n<seed:cot_budget_reflect>The current thinking budget is 0, so I will directly start answering the question.</seed:cot_budget_reflect>\n</seed:think>",
|
|
"assistant_end": "<seed:eos>"
|
|
}
|