update redux store

This commit is contained in:
Zhang Minghan 2023-09-30 10:57:47 +08:00
parent ec45794952
commit f5dec26de2

View File

@ -18,7 +18,7 @@ const chatSlice = createSlice({
history: [],
messages: [],
model: "GPT-3.5",
web: true,
web: false,
current: -1,
} as initialStateType,
reducers: {