Explorar o código

remove console.log

lloydzhou hai 1 ano
pai
achega
c4ad66f745
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      app/client/platforms/google.ts

+ 0 - 1
app/client/platforms/google.ts

@@ -186,7 +186,6 @@ export class GeminiProApi implements LLMApi {
         const chatPath =
           baseUrl.replace("generateContent", "streamGenerateContent") +
           (baseUrl.indexOf("?") > -1 ? "&alt=sse" : "?alt=sse");
-        console.log("chatPath", chatPath);
         fetchEventSource(chatPath, {
           ...chatPayload,
           async onopen(res) {