added non thinking template for seed OSS

This commit is contained in:
Concedo 2025-08-23 18:19:22 +08:00
parent b87d49c018
commit 8a4d31447d
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{
"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>The current thinking budget is 0, so I will directly start answering the question.</seed:cot_budget_reflect></seed:think>",
"assistant_end": "<seed:eos>"
}

View file

@ -3688,6 +3688,15 @@ Current version indicated by LITEVER below.
"assistant_end":"<seed:eos>",
"system":"<seed:bos>system\\n",
"system_end":"<seed:eos>",
},
{
"name":"Seed OSS Non-Thinking",
"user":"<seed:bos>user\\n",
"user_end":"<seed:eos>",
"assistant":"<seed:bos>assistant\\n<seed:think>The current thinking budget is 0, so I will directly start answering the question.</seed:cot_budget_reflect></seed:think>",
"assistant_end":"<seed:eos>",
"system":"<seed:bos>system\\n",
"system_end":"<seed:eos>",
}
];