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?

I added this to the prompt template in LM Studio and it disabled thinking mode
{% set enable_thinking = false %}

image

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.

I added this to the prompt template in LM Studio and it disabled thinking mode
{% set enable_thinking = false %}

image

Cool!

you can edit chat template then pass it to your inference engine

LM Studio 0.4.5 (Build 2)
QQ20260227-235240
QQ20260227-235226

LM Studio 0.4.5 (Build 2)
QQ20260227-235240
QQ20260227-235226

How do you place that option in the UI ?
Edit: I need the SDK!

Sign up or log in to comment