mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-28 06:06:38 +08:00
更改大小写
This commit is contained in:
parent
520ec6cbdb
commit
0211e3f187
@ -99,7 +99,7 @@ export async function requestOpenai(req: NextRequest) {
|
|||||||
"OpenAI-Organization": serverConfig.openaiOrgId,
|
"OpenAI-Organization": serverConfig.openaiOrgId,
|
||||||
}),
|
}),
|
||||||
"OME-METIS-Authorization":
|
"OME-METIS-Authorization":
|
||||||
req.headers.get("ome-metis-authorization") || "",
|
req.headers.get("OME-METIS-Authorization") || "",
|
||||||
},
|
},
|
||||||
method: req.method,
|
method: req.method,
|
||||||
body: req.body,
|
body: req.body,
|
||||||
|
Loading…
Reference in New Issue
Block a user