mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix: 500 error
This commit is contained in:
parent
d58c5e061e
commit
d69b46f188
1 changed files with 1 additions and 1 deletions
|
|
@ -442,7 +442,7 @@ export class ChatGPTPuppeteer extends Puppeteer {
|
|||
) {
|
||||
const {
|
||||
conversationId,
|
||||
parentMessageId,
|
||||
parentMessageId = uuidv4(),
|
||||
messageId = uuidv4(),
|
||||
action = 'next',
|
||||
// TODO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue