mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 19:52:27 +08:00
fixup
This commit is contained in:
@@ -25,6 +25,6 @@ export async function requestOpenai(req: NextRequest) {
|
||||
},
|
||||
method: req.method,
|
||||
body: req.body,
|
||||
duplex: !!req.body,
|
||||
duplex: !!req.body ? "half" : "",
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user