mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
Update message.js
This commit is contained in:
parent
6f7bb4f7fd
commit
a507c85cf8
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ export class OfficialChatGPTClient {
|
|||
metadata: {}
|
||||
}
|
||||
],
|
||||
model: Config.useGPT4 ? 'gpt-4' : 'text-davinci-002-render-sha',
|
||||
model: 'auto',
|
||||
parent_message_id: parentMessageId,
|
||||
timezone_offset_min: -480,
|
||||
history_and_training_disabled: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue