mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-13 18:39:48 +00:00
qwen3 no think template fix
This commit is contained in:
parent
b2ecfa0f55
commit
e561eeb5e5
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue