feat(routes): add system instructions
This commit is contained in:
parent
4b2a7916fd
commit
5b1055e8c9
9 changed files with 32 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ export const POST = async (req: Request) => {
|
|||
embeddings,
|
||||
body.optimizationMode,
|
||||
[],
|
||||
"",
|
||||
);
|
||||
|
||||
if (!body.stream) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue