how to set, enable_thinking=False, on ollama
#9
by
TatsuhiroC
- opened
I wonder how to set, enable_thinking=False, on ollama and open-webui.
qwen3 works different with cogito
Add /think or /nothink to instructions:
Use those words in the system or user message to signify whether Qwen3 should think.
In multi-turn conversations, the latest instruction is followed.
Per the Qwen instructions, I just added /no_think to the end of my system prompt to get rid of it. /think would bring it back, but seems redundant since think is the default mode anyway.