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