From 2e391d599d08ea7a7c11442bc2845a1191494c3d Mon Sep 17 00:00:00 2001 From: yj <2077506045@qq.com> Date: 星期四, 07 八月 2025 17:55:58 +0800 Subject: [PATCH] 新增消息聚会,短时间内同一用户发送的消息聚合才后发送给AI --- ecloud_dify.spec | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/ecloud_dify.spec b/ecloud_dify.spec index 528fbd5..a2ac334 100644 --- a/ecloud_dify.spec +++ b/ecloud_dify.spec @@ -11,7 +11,6 @@ # 娣诲姞閰嶇疆鏂囦欢 datas.append(('config.example.json', '.')) -datas.append(('config.production.json', '.')) if os.path.exists('config.json'): datas.append(('config.json', '.')) -- Gitblit v1.9.1