zhaoqingang
2024-12-18 c941b948f1fa8eff615985a83110a401ae426ab3
app/config/const.py
@@ -3,6 +3,7 @@
DOCUMENT_TO_CLEANING = "document_to_cleaning"
DOCUMENT_TO_REPORT = "document_to_report"
IMAGE_TO_TEXT = "image_and_text_conversion"
DOCUMENT_IA_QUESTIONS = "document_ia_questions"
### -----------app register --------------
@@ -14,4 +15,11 @@
BASIC_ID = 3
RAGFLOW_ID = 1
BISHENG_ID = 2
DIFY_ID = 4
DIFY_ID = 4
###  ------------------status--------------------
USER_STATSU_DELETE = "2"
USER_STATSU_ON = "1"
USER_STATSU_OFF = "0"
Dialog_STATSU_DELETE = "2"