mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: 必应默认删除前戏
This commit is contained in:
parent
407ef65967
commit
8553525935
1 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
]
|
||||
: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue