mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-22 17:42:18 -05:00
[GH-ISSUE #16682] feat: enable_thinking parameter in the advanced parameters list
#105002
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 @i0ntempest on GitHub (Aug 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16682
Check Existing Issues
Problem Description
The qwen series model on Aliyun platform requires
"enable_thinking": Trueto enable thinking mode. This parameter is not in the advanced parameter list, nor is it possible to add it as a custom parameter because that only supports strings, and the result is this error:Desired Solution you'd like
Allow boolean type custom parameter
Alternatives Considered
Alternatively add
enable_thinkingparameter into the advanced parameter list, but by default this parameter should not be added to queries as other models might not support this.Additional Context
No response
@tjbck commented on GitHub (Aug 18, 2025):
Could you share a screenshot of your custom params section?
@i0ntempest commented on GitHub (Aug 18, 2025):
Should have tested one more thing: I was using
Trueand it needstrue. This is working now:Still, would be great to have this parameter added into the default list.