front and backend logic for model switching

This commit is contained in:
Daniel Avila 2023-02-13 21:15:28 -05:00
parent a5afd5c48f
commit c00a2c902b
9 changed files with 58 additions and 39 deletions

View file

@ -19,7 +19,6 @@ const currentSlice = createSlice({
},
}
});
//
export const { setConversation, setError } = currentSlice.actions;