feat(prompts): fix typo, closes #715

This commit is contained in:
ItzCrazyKns
2025-04-02 13:02:28 +05:30
parent a8d410bc2f
commit 09661ae11d
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ export const POST = async (req: Request) => {
embeddings,
body.optimizationMode,
[],
"",
'',
);
if (!body.stream) {