llm icon indicating copy to clipboard operation
llm copied to clipboard

Qwen3 - thinking control

Open cduk opened this issue 6 months ago • 2 comments

With Qwen3 you can dynamically control whether thinking is used or not.

In some cases from the CLI, I want thinking to happen but take only the final output to feed into the next stage of the pipeline.

Is there a built-in way to hide the thinking? Otherwise, I'll just regex out everything between the thinking tags.

cduk avatar Apr 29 '25 09:04 cduk