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