From 2bb09c8bfc9eb4afa50ca96d54f5fb043a2f3746 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Tue, 7 Nov 2023 11:14:23 +0800 Subject: [PATCH] change default model to gpt-3.5-turbo-1106 --- src/app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.tsx b/src/app.tsx index 854becd..df7e5a7 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -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 = "",