fix: #853 fetch duplex errors

main
Yifei Zhang 3 years ago committed by GitHub
parent 2979df1d82
commit cc053b148d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save