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