mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-09-21 00:31:33 +00:00
feat(app): lint & beautify
This commit is contained in:
@@ -121,7 +121,13 @@ router.post('/', async (req, res) => {
|
||||
return res.status(400).json({ message: 'Invalid focus mode' });
|
||||
}
|
||||
|
||||
const emitter = searchHandler(body.query, history, llm, embeddings, body.optimizationMode);
|
||||
const emitter = searchHandler(
|
||||
body.query,
|
||||
history,
|
||||
llm,
|
||||
embeddings,
|
||||
body.optimizationMode,
|
||||
);
|
||||
|
||||
let message = '';
|
||||
let sources = [];
|
||||
|
Reference in New Issue
Block a user