mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-12-27 05:58:15 +00:00
feat(writer): add system instructions, send response block on response
This commit is contained in:
@@ -221,6 +221,7 @@ export const POST = async (req: Request) => {
|
||||
sources: body.sources as SearchSources[],
|
||||
mode: body.optimizationMode,
|
||||
fileIds: body.files,
|
||||
systemInstructions: body.systemInstructions || 'None',
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user