mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix: add plus support for browser based solution
This commit is contained in:
parent
2c5b47e065
commit
972c0834e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue