We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ecfa0 commit e561eebCopy full SHA for e561eeb
kcpp_adapters/ChatML-NoThink.json
@@ -3,6 +3,6 @@
3
"system_end": "<|im_end|>\n",
4
"user_start": "<|im_start|>user\n",
5
"user_end": "<|im_end|>\n",
6
- "assistant_start": "<|im_start|>assistant\n",
7
- "assistant_end": "<|im_end|>\n<think>\n\n</think>\n"
+ "assistant_start": "<|im_start|>assistant\n<think>\n\n</think>\n",
+ "assistant_end": "<|im_end|>\n"
8
}
0 commit comments