From 3de689a796af835ca0f7bd3ef7f3910edb04719c Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Wed, 29 Mar 2023 15:51:04 +0800 Subject: [PATCH] use gpt-3.5-turbo as default new ChatStore --- src/app.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app.tsx b/src/app.tsx index c97ad13..95268d3 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -108,7 +108,6 @@ export function App() { chatStore.systemMessageContent, chatStore.apiEndpoint, chatStore.streamMode, - chatStore.model ) ) );