From 1610b480af687eca3dfefa4bece28ab339c182e7 Mon Sep 17 00:00:00 2001 From: lloydzhou Date: Fri, 19 Jul 2024 13:54:33 +0800 Subject: [PATCH] remove console.log --- app/client/platforms/anthropic.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/client/platforms/anthropic.ts b/app/client/platforms/anthropic.ts index 79aaf72b6..fd82db202 100644 --- a/app/client/platforms/anthropic.ts +++ b/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,