kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
Change the model from 'text-davinci-002-render-next' to 'text-davinci-002-render'.
rodzic
ae996460d1
commit
8595dd1d7c
|
@ -466,7 +466,7 @@ export class ChatGPTAPIBrowser extends AChatGPTAPI {
|
||||||
],
|
],
|
||||||
model: this._isProAccount
|
model: this._isProAccount
|
||||||
? 'text-davinci-002-render-paid'
|
? 'text-davinci-002-render-paid'
|
||||||
: 'text-davinci-002-render-next',
|
: 'text-davinci-002-render',
|
||||||
parent_message_id: parentMessageId
|
parent_message_id: parentMessageId
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue