From 90c7c992a69b8615d8c52cbd29b9ccf04f223bc0 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Sat, 4 Mar 2023 11:25:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20sydney=E6=A8=A1=E5=BC=8F=E4=B8=8D?= =?UTF-8?q?=E7=94=9F=E6=95=88=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/chat.js b/apps/chat.js index 0673367..aa40249 100644 --- a/apps/chat.js +++ b/apps/chat.js @@ -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' })