mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 16:51:54 +08:00
fix: #853 fetch duplex errors
This commit is contained in:
@@ -25,5 +25,6 @@ export async function requestOpenai(req: NextRequest) {
|
||||
},
|
||||
method: req.method,
|
||||
body: req.body,
|
||||
duplex: !!req.body,
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user