From 7f20e9b35f2aa0f069d280a25982b889e8a6424c Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Sat, 10 Feb 2024 11:47:24 +0800 Subject: [PATCH] change default model to gpt-3.5-turbo --- src/app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.tsx b/src/app.tsx index d0e1bfc..7444d84 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -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",