From d69b46f188825d57613edd414d9e2c57fefdd9dd Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Tue, 14 Feb 2023 13:59:44 +0800 Subject: [PATCH] fix: 500 error --- utils/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/browser.js b/utils/browser.js index c3f1d5f..bd17ea2 100644 --- a/utils/browser.js +++ b/utils/browser.js @@ -442,7 +442,7 @@ export class ChatGPTPuppeteer extends Puppeteer { ) { const { conversationId, - parentMessageId, + parentMessageId = uuidv4(), messageId = uuidv4(), action = 'next', // TODO