kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
remotes/origin/main
rodzic
9bb7da32e4
commit
3f5d8e6595
|
@ -314,7 +314,10 @@ export class ChatGPTAPI {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return Promise.all([ this._upsertMessage(latestQuestion), this._upsertMessage(message) ]).then(() => message)
|
return Promise.all([
|
||||||
|
this._upsertMessage(latestQuestion),
|
||||||
|
this._upsertMessage(message)
|
||||||
|
]).then(() => message)
|
||||||
})
|
})
|
||||||
|
|
||||||
if (timeoutMs) {
|
if (timeoutMs) {
|
||||||
|
|
Ładowanie…
Reference in New Issue