feat(app): lint & beautify

This commit is contained in:
ItzCrazyKns
2025-12-17 21:17:21 +05:30
parent 6e086953b1
commit 491136822f
2 changed files with 1 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ export const POST = async (req: Request) => {
llm: llm,
sources: ['web', 'discussions', 'academic'],
mode: 'balanced',
fileIds: []
fileIds: [],
},
followUp: body.query,
});