Update message.js

This commit is contained in:
ikechan8370 2024-05-14 23:02:36 +08:00 committed by GitHub
parent 6f7bb4f7fd
commit a507c85cf8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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