From 6da671e5332c33f6cf0bfcc515d7a2ffcef3ffd1 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Tue, 28 Mar 2023 23:17:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=82=89=E5=B0=BC=E5=90=8C=E6=A0=B7?= =?UTF-8?q?=E7=9A=84=E6=8A=A2=E6=95=91=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/SydneyAIClient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/SydneyAIClient.js b/utils/SydneyAIClient.js index e842096..883bd55 100644 --- a/utils/SydneyAIClient.js +++ b/utils/SydneyAIClient.js @@ -283,7 +283,7 @@ export default class SydneyAIClient { ? [ { text: pureSydneyInstruction, - author: 'system' + author: 'bot' }, // ...(Config.sydneyBrainWash ? Array.from({ length: Math.max(1, Config.sydneyBrainWashStrength - Math.floor(previousCachedMessages.length / 2)) }, () => [...hello]).flat() : []), ...previousCachedMessages,