When deploying Qwen3, Olama can support the enable_thinking parameter. The official documentation has stated that enable_thinking=False can support disabling thinking, but after passing the parameter in Olama deployment, it still enters thinking mode. Only by adding /no_think during each inference can we ensure that no thinking is done. Can additional general parameters be added in Olama and passed transparently to the original model to facilitate the specific characteristics of the model
When deploying Qwen3, Olama can support the
enable_thinkingparameter. The official documentation has stated thatenable_thinking=Falsecan support disabling thinking, but after passing the parameter in Olama deployment, it still enters thinking mode. Only by adding/no_thinkduring each inference can we ensure that no thinking is done. Can additional general parameters be added in Olama and passed transparently to the original model to facilitate the specific characteristics of the model