mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
feat: API3支持plus用户的GPT-4
This commit is contained in:
parent
704b76c3e9
commit
13c4fae629
3 changed files with 8 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ export class OfficialChatGPTClient {
|
|||
}
|
||||
}
|
||||
],
|
||||
model: Config.plus ? 'text-davinci-002-render-sha' : 'text-davinci-002-render-sha',
|
||||
model: Config.useGPT4 ? 'gpt-4' : 'text-davinci-002-render-sha',
|
||||
parent_message_id: parentMessageId
|
||||
}
|
||||
if (conversationId) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue