fix: sydney模式不生效的问题

This commit is contained in:
ikechan8370 2023-03-04 11:25:30 +08:00
parent 1dae9b5b36
commit 90c7c992a6

View file

@ -646,7 +646,7 @@ export class chatgpt extends plugin {
cookie = bingToken
}
let bingAIClient
if (Config.bingStyle === 'Sydney') {
if (Config.toneStyle === 'Sydney') {
const cacheOptions = {
namespace: 'Sydney',
store: new KeyvFile({ filename: 'cache.json' })