change default model to gpt-3.5-turbo

This commit is contained in:
2024-02-10 11:47:24 +08:00
parent 1391f3f26f
commit 7f20e9b35f

View File

@@ -71,7 +71,7 @@ export const newChatStore = (
systemMessageContent = "",
apiEndpoint = _defaultAPIEndpoint,
streamMode = true,
model = "gpt-3.5-turbo-1106",
model = "gpt-3.5-turbo",
temperature = 0.7,
dev = false,
whisper_api = "https://api.openai.com/v1/audio/transcriptions",