seed oss template fix

This commit is contained in:
Concedo 2025-08-25 16:56:34 +08:00
parent 205a0b8d4c
commit 031d7de8e3
2 changed files with 2 additions and 2 deletions

View file

@ -3,6 +3,6 @@
"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_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>"
}

View file

@ -3692,7 +3692,7 @@ Current version indicated by LITEVER below.
"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":"<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>",
"system":"<seed:bos>system\\n",
"system_end":"<seed:eos>",