更改大小写
This commit is contained in:
parent
520ec6cbdb
commit
0211e3f187
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue