mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #17020] issue: Reasoning Tag disable does not seem to work #56806
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 @RocketRider on GitHub (Aug 29, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17020
Check Existing Issues
Installation Method
Other
Open WebUI Version
0.6.26
Ollama Version (if applicable)
No response
Operating System
Hosted on Ubuntu 24.04 and used with Windows 10
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
No Reasoning block is shown.
Actual Behavior
Reasoning block is shown with disabled reasoning and disabled reasoning tag.
Steps to Reproduce
I use the InternS1-FP8 Model, which is a Hybrid Reasoning model.
For the tested model I disable the reasoning by "chat_template_kwargs={"enable_thinking": false}"
But I still get the "thinking" block in OpenwebUI. So I thought I could suppress this with the new feature. But still the same result.
Logs & Screenshots
Additional Information
No response
@tjbck commented on GitHub (Aug 29, 2025):
If your inference engine uses "reasoning_content" it'll automatically translate it into above.