-
Notifications
You must be signed in to change notification settings - Fork 293
Open
Description
修改 createCompletion函数 和 createCompletionStream 函数
req.write(
JSON.stringify({
mode: "chat",
model: "",
action: "next",
userAction: "chat",
requestId: util.uuid(false),
sessionId,
sessionType: "text_chat",
parentMsgId,
params: {
"fileUploadBatchId": util.uuid(),
"searchType": searchType,
"deepThink": model === "qwq",
}
增加一行代码"deepThink": model === "qwq",
当model设置为qwq时会开启深度思考
怎么把思考内容转换到Think标签我还不会改,求大佬
Metadata
Metadata
Assignees
Labels
No labels