mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #18058] issue: handle thinking for Qwen3-VL models #18476
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 @SlavikCA on GitHub (Oct 5, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18058
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.32
Ollama Version (if applicable)
vllm 0.11.0
Operating System
Ubuntu 24
Browser (if applicable)
Brave
Confirmation
README.md.Expected Behavior
"Reasoning" or "Thinking" part of the response printed to collapsed THINKING element.
Actual Behavior
"Reasoning" or "Thinking" part of the response printed to ANSWER element.
Steps to Reproduce
Logs & Screenshots
Additional info
Is it possible to configure OpenWebUI to somehow "assume" that the reply is always starts as ?
@SlavikCA commented on GitHub (Oct 5, 2025):
Looks like this is the solution:
https://github.com/vllm-project/vllm/issues/26239
@pkeffect commented on GitHub (Oct 5, 2025):
You could always write a custom filter function to handle the thinking tags detection also.