mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-23 20:00:15 +01:00
chore: unplug meilisearch, add leading option to throttle
This commit is contained in:
parent
4cd0ff2682
commit
b0936fa322
4 changed files with 14 additions and 14 deletions
|
|
@ -9,7 +9,7 @@ import Logout from './Logout';
|
|||
export default function NavLinks({ fetch, onSearchSuccess, clearSearch }) {
|
||||
return (
|
||||
<>
|
||||
<SearchBar fetch={fetch} onSuccess={onSearchSuccess} clearSearch={clearSearch}/>
|
||||
{/* <SearchBar fetch={fetch} onSuccess={onSearchSuccess} clearSearch={clearSearch}/> */}
|
||||
<ClearConvos />
|
||||
<DarkMode />
|
||||
<Logout />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue