From 9ea07e00fc8b92e9b75849859c1ecce77c7096d1 Mon Sep 17 00:00:00 2001
From: zhaoqingang <zhaoqg0118@163.com>
Date: 星期四, 10 四月 2025 13:31:23 +0800
Subject: [PATCH] 优化

---
 app/config/const.py |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/app/config/const.py b/app/config/const.py
index 9c369f7..b0d8a39 100644
--- a/app/config/const.py
+++ b/app/config/const.py
@@ -114,6 +114,9 @@
 
 ###-------------------------------system-------------------------------------------------
 SYSTEM_ID = 1
+SYSTEM_STATUS_EXPIRED = 2
+SYSTEM_STATUS_ON = 1
+SYSTEM_STATUS_OFF = 0
 
 ### --------------------------------complex mode----------------------------------------------
 complex_dialog_chat = 1 # 鏂囨。鍜屽熀纭�瀵硅瘽
@@ -125,6 +128,8 @@
 complex_clean_chat = 7 # 娓呮礂
 complex_title_chat = 8 # 灏忔爣棰�
 complex_report_chat = 9 # 鎶ュ憡
+complex_knowledge_chat_deep = 10 # 鐭ヨ瘑搴撳璇�-娣卞害瀵硅瘽
+
 
 ### --------------------------------basic develop agent---------------------------------------------------
 basic_report_talk ="basic_report_talk"
\ No newline at end of file

--
Gitblit v1.8.0