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: {