mirror of
https://github.com/coaidev/coai.git
synced 2025-05-28 17:30:15 +09:00
update redux store
This commit is contained in:
parent
ec45794952
commit
f5dec26de2
@ -18,7 +18,7 @@ const chatSlice = createSlice({
|
||||
history: [],
|
||||
messages: [],
|
||||
model: "GPT-3.5",
|
||||
web: true,
|
||||
web: false,
|
||||
current: -1,
|
||||
} as initialStateType,
|
||||
reducers: {
|
||||
|
Loading…
Reference in New Issue
Block a user