From 7c36f9361e4c4f510db7be0799692c189f15baa7 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Sat, 15 Apr 2023 23:02:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=80=81=E6=A8=A1=E5=BC=8F=E7=9A=84bug?= 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 6a5c809..59d26ac 100644 --- a/apps/chat.js +++ b/apps/chat.js @@ -710,7 +710,7 @@ export class chatgpt extends plugin { num: 0 } } - } else if (use !== 'poe' && use === 'claude') { + } else if (use !== 'poe' && use !== 'claude') { switch (use) { case 'api': { key = `CHATGPT:CONVERSATIONS:${e.sender.user_id}`