From 1619927bde079bfe9024c8f6887b8abd80fab5f4 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Sun, 5 Mar 2023 12:32:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=87=8F=E5=B0=91=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E5=8F=91=E9=80=81=E9=A2=91=E7=8E=87=EF=BC=8C?= =?UTF-8?q?=E9=81=BF=E5=85=8D=E5=A4=AA=E5=BF=AB=E5=88=B0=E8=BE=BE4096token?= =?UTF-8?q?=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/chat.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/chat.js b/apps/chat.js index 4e7369f..bb93db7 100644 --- a/apps/chat.js +++ b/apps/chat.js @@ -828,8 +828,8 @@ export class chatgpt extends plugin { fetch: newFetch }) let option = { - timeoutMs: 120000, - systemMessage: promptPrefix + timeoutMs: 120000 + // systemMessage: promptPrefix } if (conversation) { option = Object.assign(option, conversation)