From 8a4d31447d3759487f3cb933dddf4a4183644900 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sat, 23 Aug 2025 18:19:22 +0800 Subject: [PATCH] added non thinking template for seed OSS --- kcpp_adapters/Seed-OSS-NoThink.json | 8 ++++++++ klite.embd | 9 +++++++++ 2 files changed, 17 insertions(+) create mode 100644 kcpp_adapters/Seed-OSS-NoThink.json diff --git a/kcpp_adapters/Seed-OSS-NoThink.json b/kcpp_adapters/Seed-OSS-NoThink.json new file mode 100644 index 000000000..656c00296 --- /dev/null +++ b/kcpp_adapters/Seed-OSS-NoThink.json @@ -0,0 +1,8 @@ +{ + "system_start": "system\n", + "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_end": "" +} diff --git a/klite.embd b/klite.embd index 0e07c64d6..6c919e3f8 100644 --- a/klite.embd +++ b/klite.embd @@ -3688,6 +3688,15 @@ Current version indicated by LITEVER below. "assistant_end":"", "system":"system\\n", "system_end":"", + }, + { + "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_end":"", + "system":"system\\n", + "system_end":"", } ];