Is `qwen3_nonthinking.jinja` available for disabling thinking?
#23
by
kraftDong - opened
Is qwen3_nonthinking.jinja available for disabling thinking?
Does "chat_template_kwargs": {"enable_thinking": False},not work for disabling thinking?
Does
"chat_template_kwargs": {"enable_thinking": False},not work for disabling thinking?
work fine. I just wanna using deployment parameter to disable thinking(e.g. vllm chat-template) rather than pass parameter in request body.
you can edit chat template then pass it to your inference engine


