mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: change model for browser according to chatgpt
This commit is contained in:
parent
11f35af89e
commit
d247ddbf42
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ export class ChatGPTPuppeteer extends Puppeteer {
|
|||
}
|
||||
}
|
||||
],
|
||||
model: Config.plus ? 'text-davinci-002-render-paid' : 'text-davinci-002-render',
|
||||
model: Config.plus ? 'text-davinci-002-render-paid' : 'text-davinci-002-render-sha',
|
||||
parent_message_id: parentMessageId
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue