Skip to content

Commit

Permalink
update redux store
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Sep 30, 2023
1 parent ec45794 commit f5dec26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/store/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const chatSlice = createSlice({
history: [],
messages: [],
model: "GPT-3.5",
web: true,
web: false,
current: -1,
} as initialStateType,
reducers: {
Expand Down

0 comments on commit f5dec26

Please sign in to comment.