File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ const askBing = async ({
94
94
// don't give those parameters for new conversation
95
95
// for new conversation, conversationSignature always is null
96
96
if ( conversationSignature ) {
97
- options . conversationSignature = conversationSignature ;
97
+ options . encryptedConversationSignature = conversationSignature ;
98
98
options . clientId = clientId ;
99
99
options . invocationId = invocationId ;
100
100
}
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ const ask = async ({
210
210
conversationUpdate . jailbreakConversationId = response . jailbreakConversationId ;
211
211
} else {
212
212
conversationUpdate . jailbreak = false ;
213
- conversationUpdate . conversationSignature = response . conversationSignature ;
213
+ conversationUpdate . conversationSignature = response . encryptedConversationSignature ;
214
214
conversationUpdate . clientId = response . clientId ;
215
215
conversationUpdate . invocationId = response . invocationId ;
216
216
}
You can’t perform that action at this time.
0 commit comments