@@ -43,6 +43,8 @@ export async function requestOpenai(req: NextRequest) {
cache: "no-store",
method: req.method,
body: req.body,
+ // @ts-ignore
+ duplex: "half",
signal: controller.signal,
};