change default model to gpt-3.5-turbo-0613
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user