mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-21 01:44:09 +01:00
properly records bing conversations
This commit is contained in:
parent
b4e22936ba
commit
81e52fed73
6 changed files with 91 additions and 32 deletions
|
|
@ -8,7 +8,7 @@ const initialState = {
|
|||
conversationSignature: null,
|
||||
clientId: null,
|
||||
invocationId: null,
|
||||
convosLoading: false,
|
||||
convosLoading: false
|
||||
};
|
||||
|
||||
const currentSlice = createSlice({
|
||||
|
|
@ -20,7 +20,7 @@ const currentSlice = createSlice({
|
|||
},
|
||||
setError: (state, action) => {
|
||||
state.error = action.payload;
|
||||
},
|
||||
}
|
||||
// setConvos: (state, action) => state.convos = action.payload,
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue