Skip to content

Commit

Permalink
fix: 必应默认删除前戏
Browse files Browse the repository at this point in the history
  • Loading branch information
ikechan8370 committed Dec 4, 2023
1 parent 407ef65 commit 8553525
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions utils/SydneyAIClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
: []
Expand Down

0 comments on commit 8553525

Please sign in to comment.