Skip to content

Commit e561eeb

Browse files
committed
qwen3 no think template fix
1 parent b2ecfa0 commit e561eeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kcpp_adapters/ChatML-NoThink.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"system_end": "<|im_end|>\n",
44
"user_start": "<|im_start|>user\n",
55
"user_end": "<|im_end|>\n",
6-
"assistant_start": "<|im_start|>assistant\n",
7-
"assistant_end": "<|im_end|>\n<think>\n\n</think>\n"
6+
"assistant_start": "<|im_start|>assistant\n<think>\n\n</think>\n",
7+
"assistant_end": "<|im_end|>\n"
88
}

0 commit comments

Comments
 (0)