LibreChat / client /src /store /conversations.ts
N.Achyuth Reddy
Upload 683 files
9705b6c
raw
history blame
179 Bytes
import { atom } from 'recoil';
const refreshConversationsHint = atom<number>({
key: 'refreshConversationsHint',
default: 1,
});
export default { refreshConversationsHint };