mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
sync bingAI
This commit is contained in:
parent
577cf5c6f6
commit
8ea7d1e5a9
1 changed files with 1 additions and 1 deletions
|
@ -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