MaxKB Version
v2.10.0-lts (build at 2026-06-04T13:39, commit: 38b1437)
Problem Description
#5103 (comment)
设置模型参数未生效
Steps to Reproduce
1.添加一个extra_body 参数;
2.选择类型为Json文本框;
3.在文本框中输入:
{
"enable_thinking": false
}
是不报错了,但是Qwen3.6 27B的思考模式也关不掉了
{
"chat_template_kwargs": {"enable_thinking": false}
}
翻后台请求发现应该为上述格式,但maxkb中填入后LLM服务端未接收
参考:https://www.modelscope.cn/models/Qwen/Qwen3.6-27B#instruct-or-non-thinking-mode
The expected correct result
应生效
Related log output
Additional Information
No response
MaxKB Version
v2.10.0-lts (build at 2026-06-04T13:39, commit: 38b1437)
Problem Description
#5103 (comment)
设置模型参数未生效
Steps to Reproduce
1.添加一个extra_body 参数;
2.选择类型为Json文本框;
3.在文本框中输入:
{ "enable_thinking": false }是不报错了,但是Qwen3.6 27B的思考模式也关不掉了
{
"chat_template_kwargs": {"enable_thinking": false}
}
翻后台请求发现应该为上述格式,但maxkb中填入后LLM服务端未接收
参考:https://www.modelscope.cn/models/Qwen/Qwen3.6-27B#instruct-or-non-thinking-mode
The expected correct result
应生效
Related log output
Additional Information
No response