Yifei Zhang 2 years ago committed by GitHub
parent cc053b148d
commit 76ef5ef9a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,6 +25,6 @@ export async function requestOpenai(req: NextRequest) {
},
method: req.method,
body: req.body,
duplex: !!req.body,
duplex: !!req.body ? "half" : "",
});
}

Loading…
Cancel
Save