From 52ba4076f5ad55fdf3239a33a2a376eaa0e0dea5 Mon Sep 17 00:00:00 2001 From: zhaoqingang <zhaoqg0118@163.com> Date: 星期一, 09 十二月 2024 17:53:01 +0800 Subject: [PATCH] m --- 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