Commit 1ec65e40 authored by Kenneth Lane Thompson's avatar Kenneth Lane Thompson

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

parent a5961af2
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment