const.py 378 B

1234567891011121314151617
  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. ### -----------app register --------------
  6. RAGFLOW = "ragflow_app"
  7. BISHENG = "bisheng_app"
  8. DIFY = "dify_app"
  9. ### ---------------app type-----------------
  10. BASIC_ID = 3
  11. RAGFLOW_ID = 1
  12. BISHENG_ID = 2
  13. DIFY_ID = 4