kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
chatgpt-api
rodzic
b9214a95cb
commit
c1fd16b690
|
@ -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