-
Notifications
You must be signed in to change notification settings - Fork 2.5k
使用自定义模型时思考字段出现错误 #3669
Copy link
Copy link
Closed
Labels
status/needs-triageIssue needs to be triaged and labeledIssue needs to be triaged and labeledtype/bugSomething isn't working as expectedSomething isn't working as expected
Metadata
Metadata
Assignees
Labels
status/needs-triageIssue needs to be triaged and labeledIssue needs to be triaged and labeledtype/bugSomething isn't working as expectedSomething isn't working as expected
Type
Fields
Give feedbackNo fields configured for issues without a type.
What happened?
在使用自定义模型时思考字段出现错误,我在使用minimax m2.7自定义模型时,会因为无法正确兼容思考数据标签导致在输出文本中没有正确显示思考内容
What did you expect to happen?
Client information
Client Information
Run
qwento enter the interactive CLI, then run the/aboutcommand.Login information
我的自定义 api 设置,{
"id": "MiniMax-M2.7",
"name": "MiniMax-M2.7",
"baseUrl": "https://api.minimaxi.com/v1",
"envKey": "MINIMAX_CODING_PLAN_API_KEY",
"generationConfig": {
"extra_body": {
"enable_thinking": false
},
"contextWindowSize": 204800
}
}, 在setting文件中
Anything else we need to know?
No response