feat(api): update to use fileIds

This commit is contained in:
ItzCrazyKns
2025-12-13 22:22:41 +05:30
parent 748ee4d3c2
commit a6ff94d030
2 changed files with 2 additions and 1 deletions

View File

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