From cd5f1a1b289985b1f6fd6ae000811fd75f156f40 Mon Sep 17 00:00:00 2001 From: lixinyue <2569494688@qq.com> Date: Wed, 21 Jan 2026 11:05:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=B8=AD=E7=BF=BB=E8=8B=B1?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=EF=BC=88=E8=AE=B0=E5=BF=86=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E7=BA=BF=EF=BC=89(=E7=94=A8=E6=88=B7=E6=91=98=E8=A6=81)(?= =?UTF-8?q?=E5=85=B4=E8=B6=A3=E5=88=86=E5=B8=83=E6=8E=A5=E5=8F=A3)(?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=A0=B8=E5=BF=83=E6=A1=A3=E6=A1=88)(?= =?UTF-8?q?=E8=AE=B0=E5=BF=86=E6=B4=9E=E5=AF=9F)-=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BF=BB=E8=AF=91=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/services/memory_agent_service.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/app/services/memory_agent_service.py b/api/app/services/memory_agent_service.py index ddf04216..fd0cb0eb 100644 --- a/api/app/services/memory_agent_service.py +++ b/api/app/services/memory_agent_service.py @@ -715,7 +715,6 @@ class MemoryAgentService: tags = await get_hot_memory_tags(end_user_id, limit=limit, by_user=False) payload=[] for tag, freq in tags: - print(tag, freq) if language_type!="zh": tag=await Translation_English(model_id, tag) payload.append({"name": tag, "frequency": freq})