mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix: plus user use the new model, too.
This commit is contained in:
parent
d247ddbf42
commit
d58c5e061e
1 changed files with 2 additions and 2 deletions
|
|
@ -442,7 +442,7 @@ export class ChatGPTPuppeteer extends Puppeteer {
|
||||||
) {
|
) {
|
||||||
const {
|
const {
|
||||||
conversationId,
|
conversationId,
|
||||||
parentMessageId = uuidv4(),
|
parentMessageId,
|
||||||
messageId = uuidv4(),
|
messageId = uuidv4(),
|
||||||
action = 'next',
|
action = 'next',
|
||||||
// TODO
|
// TODO
|
||||||
|
|
@ -497,7 +497,7 @@ export class ChatGPTPuppeteer extends Puppeteer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
model: Config.plus ? 'text-davinci-002-render-paid' : 'text-davinci-002-render-sha',
|
model: Config.plus ? 'text-davinci-002-render-sha' : 'text-davinci-002-render-sha',
|
||||||
parent_message_id: parentMessageId
|
parent_message_id: parentMessageId
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue