feat(prompts): fix typo, closes #715
This commit is contained in:
parent
a8d410bc2f
commit
09661ae11d
2 changed files with 2 additions and 2 deletions
|
|
@ -125,7 +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