Commit b8f03f3c authored by Travis Fischer's avatar Travis Fischer

feat: update model for browser-based version

parent babaab3c
......@@ -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
}
......
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