chore: code

This commit is contained in:
Hk-Gosuto
2023-12-21 18:51:25 +08:00
parent ee08ab4070
commit f572df051d
2 changed files with 2 additions and 14 deletions

View File

@@ -141,7 +141,7 @@ export async function requestGoogleGemini(req: NextRequest) {
}
console.log("[Proxy] ", path);
console.log("[Base Url]", baseUrl);
console.log("[Google 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);