fix: 必应默认删除前戏

This commit is contained in:
ikechan8370 2023-12-04 15:26:32 +08:00
parent 407ef65967
commit 8553525935

View file

@ -313,14 +313,14 @@ export default class SydneyAIClient {
if (pureSydney) { if (pureSydney) {
previousMessages = invocationId === 0 previousMessages = invocationId === 0
? [ ? [
{ // {
text, // text,
author: 'bot' // author: 'bot'
}, // },
{ // {
text: `好的,我是${botName || defaultBotName}你的AI助手。`, // text: `好的,我是${botName || defaultBotName}你的AI助手。`,
author: 'bot' // author: 'bot'
}, // },
...pm ...pm
] ]
: [] : []