mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #14689] feat: Support thinking feature of Ollama 0.9 #56000
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NN708 on GitHub (Jun 5, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14689
Check Existing Issues
Problem Description
Ollama 0.9 introduced a new feature that allows users to enable or disable the model's thinking behavior.
Desired Solution you'd like
Similar to #13314, I propose adding a configurable parameter in Open WebUI to control this thinking behavior.
Alternatives Considered
No response
Additional Context
No response
@rgaricano commented on GitHub (Jun 5, 2025):
You can use custom parameter
@e54385991 commented on GitHub (Jun 5, 2025):
I’ve updated to version 0.9.0 and added ‘think false’ to the model parameters, but it’s still not working
@rgaricano commented on GitHub (Jun 5, 2025):
ok, seem a ollama issue ( https://github.com/ollama/ollama-python/issues/523 ), i will try with my locals.