From aea794e5220ac8f7947a5efa9ed918b431cfc1db Mon Sep 17 00:00:00 2001 From: Fred Liang Date: Sun, 24 Dec 2023 17:37:07 +0800 Subject: [PATCH] chore: remove openai log from google api handler --- app/api/google/[...path]/route.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/api/google/[...path]/route.ts b/app/api/google/[...path]/route.ts index dcd8a65b..21755678 100644 --- a/app/api/google/[...path]/route.ts +++ b/app/api/google/[...path]/route.ts @@ -31,10 +31,6 @@ async function handle( console.log("[Proxy] ", path); console.log("[Base Url]", baseUrl); - // this fix [Org ID] undefined in server side if not using custom point - if (serverConfig.openaiOrgId !== undefined) { - console.log("[Org ID]", serverConfig.openaiOrgId); - } const timeoutId = setTimeout( () => {