mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-25 22:21:14 +02:00
qwen3 no think template fix
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
"system_end": "<|im_end|>\n",
|
||||
"user_start": "<|im_start|>user\n",
|
||||
"user_end": "<|im_end|>\n",
|
||||
"assistant_start": "<|im_start|>assistant\n",
|
||||
"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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user