mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-06 18:48:50 +01:00
convo change also changes model selection
This commit is contained in:
parent
d64f914552
commit
fc899da944
4 changed files with 23 additions and 10 deletions
|
|
@ -32,7 +32,6 @@ const currentSlice = createSlice({
|
|||
initialState,
|
||||
reducers: {
|
||||
setModels: (state, action) => {
|
||||
console.log('setModels', action.payload);
|
||||
const models = [...initialState.models, ...action.payload];
|
||||
state.models = models;
|
||||
const modelMap = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue