Hacker News new | ask | show | jobs
by andrekandre 101 days ago
supposedly you can turn it off by passing `\no_think` or `/no_think` into the prompt but it never worked for me

what did work was passing / adding this json to the request body:

   { "chat_template_kwargs": {"enable_thinking": false}}
[0] https://github.com/QwenLM/Qwen3/discussions/1300