From ffafc6aa266489c79950fe4624701d3fb917b07c Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Sat, 31 Aug 2024 18:39:39 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E6=96=B0=E5=A2=9E=E4=B8=B4?= =?UTF-8?q?=E6=97=B6AI=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tools.js b/apps/tools.js index 130a65d..25387e1 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -1762,7 +1762,7 @@ export class tools extends plugin { const llmCrawler = await fetch(PearAPI_CRAWLER.replace("{}", summaryLink)); const content = (await llmCrawler.json())?.data; const titleMatch = content.match(/Title:\s*(.*?)\n/)?.[1]; - e.reply(`${ this.identifyPrefix } 识别:${ name } - ${titleMatch},正在为您总结,请稍等...`, true, { recallMsg: MESSAGE_RECALL_TIME }); + e.reply(`${ this.identifyPrefix } 识别:${ name } - ${titleMatch},正在为您总结,请稍等...`, true); const deepseekFreeSummary = await fetch(PearAPI_DEEPSEEK, { method: "POST", headers: {