Change the model from 'text-davinci-002-render-next' to 'text-davinci-002-render'.

chatgpt-api-old-v3
Kenneth Lane Thompson 2023-02-03 18:00:58 +08:00
rodzic ae996460d1
commit 8595dd1d7c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -466,7 +466,7 @@ export class ChatGPTAPIBrowser extends AChatGPTAPI {
],
model: this._isProAccount
? 'text-davinci-002-render-paid'
: 'text-davinci-002-render-next',
: 'text-davinci-002-render',
parent_message_id: parentMessageId
}