Преглед на файлове

chore: remove openai log from google api handler

Fred Liang преди 1 година
родител
ревизия
aea794e522
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      app/api/google/[...path]/route.ts

+ 0 - 4
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(
     () => {