Update chat.js

This commit is contained in:
ikechan8370 2023-02-19 19:03:07 +08:00 committed by GitHub
parent 0df51e8dd6
commit 6b9afe588a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {