const.py 426 B

123456789101112131415161718
  1. ### ----------dify------api token
  2. DOCUMENT_TO_CLEANING = "document_to_cleaning"
  3. DOCUMENT_TO_REPORT = "document_to_report"
  4. IMAGE_TO_TEXT = "image_and_text_conversion"
  5. DOCUMENT_IA_QUESTIONS = "document_ia_questions"
  6. ### -----------app register --------------
  7. RAGFLOW = "ragflow_app"
  8. BISHENG = "bisheng_app"
  9. DIFY = "dify_app"
  10. ### ---------------app type-----------------
  11. BASIC_ID = 3
  12. RAGFLOW_ID = 1
  13. BISHENG_ID = 2
  14. DIFY_ID = 4