mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix: 修改一些提示
This commit is contained in:
parent
20d6122e38
commit
c375cba335
3 changed files with 3 additions and 3 deletions
|
|
@ -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(),
|
||||||
|
|
|
||||||
|
|
@ -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('已经是关闭得了')
|
||||||
|
|
|
||||||
|
|
@ -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'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue