From 031d7de8e3419b90ed6fd68884da300ab2fd1cd2 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Mon, 25 Aug 2025 16:56:34 +0800 Subject: [PATCH] seed oss template fix --- kcpp_adapters/Seed-OSS-NoThink.json | 2 +- klite.embd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kcpp_adapters/Seed-OSS-NoThink.json b/kcpp_adapters/Seed-OSS-NoThink.json index 656c00296..5828b5f66 100644 --- a/kcpp_adapters/Seed-OSS-NoThink.json +++ b/kcpp_adapters/Seed-OSS-NoThink.json @@ -3,6 +3,6 @@ "system_end": "", "user_start": "user\n", "user_end": "", - "assistant_start": "assistant\nThe current thinking budget is 0, so I will directly start answering the question.", + "assistant_start": "assistant\n\nThe current thinking budget is 0, so I will directly start answering the question.\n", "assistant_end": "" } diff --git a/klite.embd b/klite.embd index 8a86fdb96..3ad75a85b 100644 --- a/klite.embd +++ b/klite.embd @@ -3692,7 +3692,7 @@ Current version indicated by LITEVER below. "name":"Seed OSS Non-Thinking", "user":"user\\n", "user_end":"", - "assistant":"assistant\\nThe current thinking budget is 0, so I will directly start answering the question.", + "assistant":"assistant\\n\\nThe current thinking budget is 0, so I will directly start answering the question.\\n", "assistant_end":"", "system":"system\\n", "system_end":"",