Parcourir la source

chore: update

DDMeaqua il y a 1 an
Parent
commit
0628ddfc6f
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      app/client/platforms/google.ts

+ 0 - 1
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",