fix: 500 error

This commit is contained in:
ikechan8370 2023-02-14 13:59:44 +08:00
parent d58c5e061e
commit d69b46f188

View file

@ -442,7 +442,7 @@ export class ChatGPTPuppeteer extends Puppeteer {
) { ) {
const { const {
conversationId, conversationId,
parentMessageId, parentMessageId = uuidv4(),
messageId = uuidv4(), messageId = uuidv4(),
action = 'next', action = 'next',
// TODO // TODO