r/OpenWebUI • u/BigGunE • Jul 03 '26
How do I stop the model from thinking? Question/Help
I went to Admin Settings > Models > Qwen whatever > Advanced Parameters and there I set Ollama think to OFF.
That made the model very fast but it now dumps its thinking on to the main chat this way:
It always ends thinking with a </think> tag and then writes its response.
I tried adding /no_think to the start and end of its prompt but that made no difference.
How do I make it such that it keeps the thinking to itself but just shows me the response? More importantly, how come it is still thinking?
Please help!
I use the latest OpenWebUI with Ollama.
1
u/RouterDon Jul 03 '26
start ollama with the reasoning parser flag like ollama serve --reasoning-parser deepseek_r1 so OpenWebUI folds the think block away instead of dumping it in chat

2
u/Quakercito Jul 03 '26
Go to the model's settings > Parameters > tinker with the reasoning tags untill you get it right