feat: gpt35-16k

This commit is contained in:
archer
2023-06-14 09:45:49 +08:00
parent 0a0febd2e6
commit dab70378bb
10 changed files with 30 additions and 26 deletions

View File

@@ -64,7 +64,7 @@ const defaultShareChatData: ShareChatType = {
avatar: '/icon/logo.png',
intro: ''
},
chatModel: 'gpt-3.5-turbo',
chatModel: OpenAiChatEnum.GPT35,
history: []
};