change default model to gpt-3.5-turbo-1106

This commit is contained in:
2023-11-07 11:14:23 +08:00
parent 6fa960a3c8
commit 2bb09c8bfc

View File

@@ -52,7 +52,7 @@ const newChatStore = (
systemMessageContent = "",
apiEndpoint = _defaultAPIEndpoint,
streamMode = true,
model = "gpt-3.5-turbo-0613",
model = "gpt-3.5-turbo-1106",
temperature = 0.7,
dev = false,
whisper_api = "",