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