From a46d6d850b7b97209ee14f316b6a7228e5eace4b Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Fri, 2 Jun 2023 19:39:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20=E5=9E=83=E5=9C=BE=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/chat.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/chat.js b/apps/chat.js index cf03bf9..53fe0d0 100644 --- a/apps/chat.js +++ b/apps/chat.js @@ -1843,10 +1843,10 @@ export class chatgpt extends plugin { timeoutMs: 120000 // systemMessage: promptPrefix } - if (Math.floor(Math.random() * 100) < 5) { - // 小概率再次发送系统消息 - option.systemMessage = promptPrefix - } + // if (Math.floor(Math.random() * 100) < 5) { + // // 小概率再次发送系统消息 + // option.systemMessage = promptPrefix + // } if (conversation) { option = Object.assign(option, conversation) }