mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-18 06:17:06 +00:00
fix: 模式混乱的问题
This commit is contained in:
parent
ef54cad1fd
commit
ad853d45a6
1 changed files with 1 additions and 1 deletions
|
|
@ -509,7 +509,7 @@ export class chatgpt extends plugin {
|
||||||
logger.info('chatgpt闭嘴中,不予理会')
|
logger.info('chatgpt闭嘴中,不予理会')
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
const use = await redis.get('CHATGPT_USE') || 'api'
|
const use = await redis.get('CHATGPT:USE') || 'api'
|
||||||
await this.abstractChat(e, prompt, use)
|
await this.abstractChat(e, prompt, use)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue