xuyonghao
2024-12-17 018de6fd95b63986fb2467b1d9e50db9046aaf08
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
### ----------dify------api token
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 --------------
RAGFLOW = "ragflow_app"
BISHENG = "bisheng_app"
DIFY = "dify_app"
 
### ---------------app type-----------------
BASIC_ID = 3
RAGFLOW_ID = 1
BISHENG_ID = 2
DIFY_ID = 4