From f2c43713b16e821f4a1ae97804c60f18734d5f6a Mon Sep 17 00:00:00 2001 From: zhaoqingang <zhaoqg0118@163.com> Date: 星期五, 13 十二月 2024 17:25:12 +0800 Subject: [PATCH] 问题优化 --- app/config/const.py | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/app/config/const.py b/app/config/const.py index 007e8e4..f4fb7a9 100644 --- a/app/config/const.py +++ b/app/config/const.py @@ -8,4 +8,10 @@ ### -----------app register -------------- RAGFLOW = "ragflow_app" BISHENG = "bisheng_app" -DIFY = "dify_app" \ No newline at end of file +DIFY = "dify_app" + +### ---------------app type----------------- +BASIC_ID = 3 +RAGFLOW_ID = 1 +BISHENG_ID = 2 +DIFY_ID = 4 \ No newline at end of file -- Gitblit v1.8.0