Bug : Thinking mode cannot be disabled
There is no way to suppress the <think> block output in lfm2.5-thinking:1.2b.
Expected: When Ollama parameter think is set to false, the model should not output <think> blocks.
Actual: The model always emits a verbose <think> block on every response. think: 'false' isn't working.
Request: Please add support to disable thinking mode via a model parameter (e.g. think: false in Ollama OPTIONS), or provide a non-thinking variant of the model on Ollama.