diff --git a/app/api/common.ts b/app/api/common.ts index 94241135c..4e8b5f2d7 100644 --- a/app/api/common.ts +++ b/app/api/common.ts @@ -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,