mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-08-12 11:50:13 +08:00
feat: sydney mode of bing
This commit is contained in:
@@ -317,8 +317,8 @@ export default class BingAIClient {
|
||||
isStartOfSession: invocationId === 0,
|
||||
message: {
|
||||
author: 'user',
|
||||
text: jailbreakConversationId ? 'Continue the conversation' : message,
|
||||
messageType: 'SearchQuery',
|
||||
text: jailbreakConversationId ? '' : message,
|
||||
messageType: jailbreakConversationId ? 'SearchQuery' : 'Chat',
|
||||
},
|
||||
conversationSignature,
|
||||
participant: {
|
||||
|
||||
Reference in New Issue
Block a user