mirror of
https://github.com/torappinfo/uweb.git
synced 2025-01-15 08:31:00 +01:00
sync bingAI
This commit is contained in:
parent
577cf5c6f6
commit
8ea7d1e5a9
|
@ -52,7 +52,7 @@ class SendMessageManager {
|
|||
"id": this.clientId
|
||||
},
|
||||
"conversationId": this.conversationId,
|
||||
"previousMessages": (this.invocationId <= 1) ? previousMessages : undefined
|
||||
"previousMessages": (this.invocationId <= 1) ? await getPreviousMessages() : undefined
|
||||
}],
|
||||
"invocationId": this.invocationId.toString(),
|
||||
"target": "chat",
|
||||
|
|
Loading…
Reference in a new issue