How to disable thinking in lm studio?

#12
by hf610384825 - opened

can anyone tell me how to disable thinking in lm studio? thanks~

Under the model settings, where you see the "prompt template", if you are using the default jinja template then put this line at the top:

{%- set enable_thinking = false %}

You can also adjust the temperature and other parameters per the recommendations for non-thinking mode. Note that this works for most thinking models, not just qwen.

Under the model settings, where you see the "prompt template", if you are using the default jinja template then put this line at the top:

{%- set enable_thinking = false %}

You can also adjust the temperature and other parameters per the recommendations for non-thinking mode. Note that this works for most thinking models, not just qwen.

It works ! Splendid ! Thank you

Sign up or log in to comment