diff --git a/utils/SydneyAIClient.js b/utils/SydneyAIClient.js index 99b6c923..843014ca 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 ] : []