mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47:11 +00:00
fix: some help message
This commit is contained in:
parent
a4a09bfcd8
commit
b342e47e8a
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ export class ChatgptManagement extends plugin {
|
||||||
|
|
||||||
async useReversedBingSolution (e) {
|
async useReversedBingSolution (e) {
|
||||||
await redis.set('CHATGPT:USE', 'bing')
|
await redis.set('CHATGPT:USE', 'bing')
|
||||||
await this.reply('已切换到基于第三方Reversed API的解决方案,如果已经对话过务必执行`#结束对话`避免引起404错误')
|
await this.reply('已切换到基于微软新必应的解决方案,如果已经对话过务必执行`#结束对话`避免引起404错误')
|
||||||
}
|
}
|
||||||
|
|
||||||
async modeHelp () {
|
async modeHelp () {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue