fix: add plus support for browser based solution

This commit is contained in:
ikechan8370 2023-02-13 15:46:55 +08:00 committed by GitHub
parent 2c5b47e065
commit 972c0834e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -497,7 +497,7 @@ export class ChatGPTPuppeteer extends Puppeteer {
} }
} }
], ],
model: 'text-davinci-002-render', model: Config.plus ? 'text-davinci-002-render-paid' : 'text-davinci-002-render',
parent_message_id: parentMessageId parent_message_id: parentMessageId
} }