diff --git a/apps/chat.js b/apps/chat.js index b411ccf..c0b704d 100644 --- a/apps/chat.js +++ b/apps/chat.js @@ -1953,7 +1953,7 @@ export class chatgpt extends plugin { serpTool = new SerpIkechan8370Tool() } } - + // todo 3.0再重构tool的插拔和管理 let tools = [ // new SendAvatarTool(), // new SendDiceTool(), diff --git a/apps/management.js b/apps/management.js index 5903b6e..ded4eb3 100644 --- a/apps/management.js +++ b/apps/management.js @@ -1479,7 +1479,7 @@ Poe 模式会调用 Poe 中的 Claude-instant 进行对话。需要提供 Cookie return } Config.smartMode = true - await e.reply('好的,已经打开智能模式,注意API额度哦') + await e.reply('好的,已经打开智能模式,注意API额度哦。配合开启读取群聊上下文效果更佳!') } else { if (!Config.smartMode) { await e.reply('已经是关闭得了') diff --git a/guoba.support.js b/guoba.support.js index 2868293..73e1bb7 100644 --- a/guoba.support.js +++ b/guoba.support.js @@ -323,7 +323,7 @@ export function supportGuoba () { { field: 'smartMode', label: '智能模式', - bottomHelpMessage: '仅建议gpt-4-32k和gpt-3.5-turbo-16k-0613开启,gpt-4-0613也可。开启后机器人可以群管、收发图片、发视频发音乐、联网搜索等。注意较费token。', + bottomHelpMessage: '仅建议gpt-4-32k和gpt-3.5-turbo-16k-0613开启,gpt-4-0613也可。开启后机器人可以群管、收发图片、发视频发音乐、联网搜索等。注意较费token。配合开启读取群聊上下文效果更佳', component: 'Switch' }, {