소스 검색

chore: update

DDMeaqua 1 년 전
부모
커밋
0628ddfc6f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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",