chore: remove openai log from google api handler

This commit is contained in:
Fred Liang 2023-12-24 17:37:07 +08:00
parent 7c3dfb7bae
commit aea794e522
No known key found for this signature in database
GPG Key ID: 4DABDA85EF70EC71

View File

@ -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(
() => {