mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 09:20:15 +01:00
refactor and optimize search, add RQ for search
This commit is contained in:
parent
3d0bfaef51
commit
61cb2858bb
13 changed files with 71 additions and 102 deletions
|
|
@ -3,7 +3,7 @@ import CheckMark from '../svg/CheckMark.jsx';
|
|||
import { Listbox, Transition } from '@headlessui/react';
|
||||
import { cn } from '~/utils/';
|
||||
|
||||
function SelectDropdown({
|
||||
function SelectDropDown({
|
||||
title = 'Model',
|
||||
value,
|
||||
disabled,
|
||||
|
|
@ -111,4 +111,4 @@ function SelectDropdown({
|
|||
);
|
||||
}
|
||||
|
||||
export default SelectDropdown;
|
||||
export default SelectDropDown;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue