fixup
This commit is contained in:
parent
cc053b148d
commit
76ef5ef9a9
|
@ -25,6 +25,6 @@ export async function requestOpenai(req: NextRequest) {
|
||||||
},
|
},
|
||||||
method: req.method,
|
method: req.method,
|
||||||
body: req.body,
|
body: req.body,
|
||||||
duplex: !!req.body,
|
duplex: !!req.body ? "half" : "",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue