change default model to gpt-3.5-turbo-0613

This commit is contained in:
2023-06-14 12:16:22 +08:00
parent 4860c6dff3
commit 67e12e6933

View File

@@ -35,7 +35,7 @@ const newChatStore = (
systemMessageContent = "你是一个有用的人工智能助理,根据我的提问和要求回答我的问题", systemMessageContent = "你是一个有用的人工智能助理,根据我的提问和要求回答我的问题",
apiEndpoint = _defaultAPIEndpoint, apiEndpoint = _defaultAPIEndpoint,
streamMode = true, streamMode = true,
model = "gpt-3.5-turbo" model = "gpt-3.5-turbo-0613"
): ChatStore => { ): ChatStore => {
return { return {
chatgpt_api_web_version: CHATGPT_API_WEB_VERSION, chatgpt_api_web_version: CHATGPT_API_WEB_VERSION,