fix: 修改一些提示

This commit is contained in:
ikechan8370 2023-06-25 01:01:29 +08:00
parent 20d6122e38
commit c375cba335
3 changed files with 3 additions and 3 deletions

View file

@ -1953,7 +1953,7 @@ export class chatgpt extends plugin {
serpTool = new SerpIkechan8370Tool() serpTool = new SerpIkechan8370Tool()
} }
} }
// todo 3.0再重构tool的插拔和管理
let tools = [ let tools = [
// new SendAvatarTool(), // new SendAvatarTool(),
// new SendDiceTool(), // new SendDiceTool(),

View file

@ -1479,7 +1479,7 @@ Poe 模式会调用 Poe 中的 Claude-instant 进行对话。需要提供 Cookie
return return
} }
Config.smartMode = true Config.smartMode = true
await e.reply('好的已经打开智能模式注意API额度哦') await e.reply('好的已经打开智能模式注意API额度哦。配合开启读取群聊上下文效果更佳!')
} else { } else {
if (!Config.smartMode) { if (!Config.smartMode) {
await e.reply('已经是关闭得了') await e.reply('已经是关闭得了')

View file

@ -323,7 +323,7 @@ export function supportGuoba () {
{ {
field: 'smartMode', field: 'smartMode',
label: '智能模式', 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' component: 'Switch'
}, },
{ {