From c941b948f1fa8eff615985a83110a401ae426ab3 Mon Sep 17 00:00:00 2001 From: zhaoqingang <zhaoqg0118@163.com> Date: 星期三, 18 十二月 2024 11:03:49 +0800 Subject: [PATCH] 知识库和智能体同步 --- app/config/const.py | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/app/config/const.py b/app/config/const.py index 824f0ae..96f0829 100644 --- a/app/config/const.py +++ b/app/config/const.py @@ -15,4 +15,11 @@ BASIC_ID = 3 RAGFLOW_ID = 1 BISHENG_ID = 2 -DIFY_ID = 4 \ No newline at end of file +DIFY_ID = 4 + +### ------------------status-------------------- +USER_STATSU_DELETE = "2" +USER_STATSU_ON = "1" +USER_STATSU_OFF = "0" + +Dialog_STATSU_DELETE = "2" \ No newline at end of file -- Gitblit v1.8.0