From 0628ddfc6f36479650d50281e3fa0ba1a847f777 Mon Sep 17 00:00:00 2001 From: DDMeaqua Date: Wed, 13 Nov 2024 14:27:41 +0800 Subject: [PATCH] chore: update --- app/client/platforms/google.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/client/platforms/google.ts b/app/client/platforms/google.ts index d5aa93af196..30f35359e89 100644 --- a/app/client/platforms/google.ts +++ b/app/client/platforms/google.ts @@ -170,7 +170,6 @@ export class GeminiProApi implements LLMApi { try { // https://github.com/google-gemini/cookbook/blob/main/quickstarts/rest/Streaming_REST.ipynb const chatPath = this.path(Google.ChatPath(modelConfig.model)); - console.log("[Chat Path] ", chatPath); const chatPayload = { method: "POST",