Skip to content

[Bug] v2.10.0-lts 自定义大模型参数无效 #6192

@ShannonZ

Description

@ShannonZ

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions