kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
feat: update model for browser-based version
rodzic
819964ea29
commit
e821963efb
|
@ -464,7 +464,7 @@ export class ChatGPTAPIBrowser extends AChatGPTAPI {
|
|||
],
|
||||
model: this._isProAccount
|
||||
? 'text-davinci-002-render-paid'
|
||||
: 'text-davinci-002-render',
|
||||
: 'text-davinci-002-render-next',
|
||||
parent_message_id: parentMessageId
|
||||
}
|
||||
|
||||
|
|
|
@ -212,7 +212,7 @@ export class ChatGPTAPI extends AChatGPTAPI {
|
|||
}
|
||||
}
|
||||
],
|
||||
model: 'text-davinci-002-render',
|
||||
model: 'text-davinci-002-render-next',
|
||||
parent_message_id: parentMessageId
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue