From f5dec26de2defd793ced639d1b7f06810fdd2d12 Mon Sep 17 00:00:00 2001 From: Zhang Minghan Date: Sat, 30 Sep 2023 10:57:47 +0800 Subject: [PATCH] update redux store --- app/src/store/chat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/store/chat.ts b/app/src/store/chat.ts index 7f3b4f0c..49493a14 100644 --- a/app/src/store/chat.ts +++ b/app/src/store/chat.ts @@ -18,7 +18,7 @@ const chatSlice = createSlice({ history: [], messages: [], model: "GPT-3.5", - web: true, + web: false, current: -1, } as initialStateType, reducers: {