Remove "Thinking" From Output (Qwen3 235 Thinking)
H
Harsha K
This is a fantastic model but the problem is that the returned output currently includes the thinking block, which is not ideal when doing text transformations.
I still want the model to think, I just don't want the output to include the thinking block. The easiest way I can think of doing this (if the model itself can't be told to not include the thinking block in the output) is to have Kerlig itself have the option to filter for
<think>...</think>
and hide that from the output. This is specific to Qwen3, I know other thinking models annoyingly use a different syntax for tagging the thinking block.