This repository was archived by the owner on Nov 27, 2025. It is now read-only.

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标签我还不会改,求大佬