From 855352593568e7f20c5e9ebcfd16009682483de5 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Mon, 4 Dec 2023 15:26:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BF=85=E5=BA=94=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=89=8D=E6=88=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/SydneyAIClient.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/utils/SydneyAIClient.js b/utils/SydneyAIClient.js index 99b6c92..843014c 100644 --- a/utils/SydneyAIClient.js +++ b/utils/SydneyAIClient.js @@ -313,14 +313,14 @@ export default class SydneyAIClient { if (pureSydney) { previousMessages = invocationId === 0 ? [ - { - text, - author: 'bot' - }, - { - text: `好的,我是${botName || defaultBotName},你的AI助手。`, - author: 'bot' - }, + // { + // text, + // author: 'bot' + // }, + // { + // text: `好的,我是${botName || defaultBotName},你的AI助手。`, + // author: 'bot' + // }, ...pm ] : []