mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
reduce noisy meili errors if not set
This commit is contained in:
parent
aacc292522
commit
1d464fdcfa
3 changed files with 11 additions and 6 deletions
|
|
@ -110,7 +110,7 @@ router.get('/enable', async function (req, res) {
|
|||
result = status === 'available' && !!process.env.SEARCH;
|
||||
return res.send(result);
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
// console.error(error);
|
||||
return res.send(false);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue