Browse Source

remove console.log

lloydzhou 1 năm trước cách đây
mục cha
commit
1610b480af
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      app/client/platforms/anthropic.ts

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

@@ -141,7 +141,6 @@ export class ClaudeApi implements LLMApi {
           content: content
             .filter((v) => v.image_url || v.text)
             .map(({ type, text, image_url }) => {
-              console.log("process message", type, text, image_url);
               if (type === "text") {
                 return {
                   type,