From 2a8dd83440e366b2b4d9e6ee139222ea361e4529 Mon Sep 17 00:00:00 2001 From: Richard C Lim <61879224+richardclim@users.noreply.github.com> Date: Sat, 8 Feb 2025 22:43:37 -0500 Subject: [PATCH] Update common.ts --- app/api/common.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/api/common.ts b/app/api/common.ts index 10afe00cc..5dc49cbd8 100644 --- a/app/api/common.ts +++ b/app/api/common.ts @@ -12,7 +12,6 @@ export async function requestOpenai(req: NextRequest) { console.log("[pathname: Azure?]", req.nextUrl.pathname); const isAzure = req.nextUrl.pathname.includes("azure/deployments"); //|| Boolean(serverConfig.azureUrl && serverConfig.azureUrl.includes(".models.ai.azure.com")) -console.log("[Auth Header Name]", authHeaderName); var authValue, authHeaderName = ""; if (isAzure) {