mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 11:36:38 +08:00
fixup
This commit is contained in:
parent
20fd8b1a7e
commit
2c08ab8252
@ -25,6 +25,6 @@ export async function requestOpenai(req: NextRequest) {
|
||||
},
|
||||
method: req.method,
|
||||
body: req.body,
|
||||
duplex: !!req.body,
|
||||
duplex: !!req.body ? "half" : "",
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user