diff --git a/utils/SydneyAIClient.js b/utils/SydneyAIClient.js index 1175fea..0817367 100644 --- a/utils/SydneyAIClient.js +++ b/utils/SydneyAIClient.js @@ -300,10 +300,10 @@ export default class SydneyAIClient { text: Config.sydney + ((Config.enableGroupContext && groupId) ? '你看看我们群里的聊天记录吧,回答问题的时候要参考我们的聊天记录。' : ''), author: 'bot' }, - // { - // text: `好的,我是${Config.sydneyBrainWashName}。`, - // author: 'bot' - // }, + { + text: `好的,我是${Config.sydneyBrainWashName}。`, + author: 'bot' + }, // ...(Config.sydneyBrainWash ? Array.from({ length: Math.max(1, Config.sydneyBrainWashStrength - Math.floor(previousCachedMessages.length / 2)) }, () => [...hello]).flat() : []), ...groupId ? groupRecord : [], ...previousCachedMessages