From e26a7859a8900b152e10961d91fa6ad19a8deb9c Mon Sep 17 00:00:00 2001 From: zhaoqingang <zhaoqg0118@163.com> Date: 星期四, 06 三月 2025 14:41:27 +0800 Subject: [PATCH] 首页通用对话增加 --- app/config/const.py | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/app/config/const.py b/app/config/const.py index 8a588e7..a173fe6 100644 --- a/app/config/const.py +++ b/app/config/const.py @@ -14,6 +14,9 @@ ### --------- file path------------------ ENV_CONF_PATH = "app/config/env_conf" APP_SERVICE_PATH = "app/service/" +APP_STATIC_PATH = "app/static" + + ### -----------app register -------------- RAGFLOW = "ragflow_app" @@ -106,3 +109,14 @@ TMP_DICT = {chat_server: RAGFLOW, workflow_server: DIFY} + + +###-------------------------------system------------------------------------------------- +SYSTEM_ID = 1 + +### --------------------------------complex mode---------------------------------------------- +complex_dialog_chat = 1 # 鏂囨。鍜屽熀纭�瀵硅瘽 +complex_network_chat = 2 # 鑱旂綉瀵硅瘽 +complex_knowledge_chat = 3 # 鐭ヨ瘑搴撳璇� +# complex_deep_chat = 4 +complex_mindmap_chat = 5 \ No newline at end of file -- Gitblit v1.8.0