mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-28 17:29:44 +00:00
feat: gpt35-16k
This commit is contained in:
@@ -64,7 +64,7 @@ const defaultShareChatData: ShareChatType = {
|
||||
avatar: '/icon/logo.png',
|
||||
intro: ''
|
||||
},
|
||||
chatModel: 'gpt-3.5-turbo',
|
||||
chatModel: OpenAiChatEnum.GPT35,
|
||||
history: []
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user