mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
Update chat.js
This commit is contained in:
parent
0df51e8dd6
commit
6b9afe588a
1 changed files with 1 additions and 1 deletions
|
|
@ -746,7 +746,7 @@ export class chatgpt extends plugin {
|
|||
}
|
||||
|
||||
async attachConversation (e) {
|
||||
const use = await reeletis.get('CHATGPT:USE')
|
||||
const use = await redis.get('CHATGPT:USE')
|
||||
if (use !== 'api3') {
|
||||
await this.reply('该功能目前仅支持API3模式')
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue