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

@ -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('已经是关闭得了')