mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-18 06:53:41 +08:00
merge 暂存
This commit is contained in:
@@ -25,7 +25,7 @@ async function handle(
|
||||
}
|
||||
|
||||
try {
|
||||
return await requestOpenai(req, (await req.text()) as any);
|
||||
return await requestOpenai(req);
|
||||
} catch (e) {
|
||||
console.error("[Azure] ", e);
|
||||
return res.json(prettyObject(e));
|
||||
|
||||
Reference in New Issue
Block a user