From f6b2863303625ef7ef3809c4e08edbd2e0b4530b Mon Sep 17 00:00:00 2001
From: zhaoqingang <zhaoqg0118@163.com>
Date: 星期二, 25 二月 2025 11:19:57 +0800
Subject: [PATCH] 鉴权

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

diff --git a/app/config/const.py b/app/config/const.py
index 48fa3ed..efc2ce3 100644
--- a/app/config/const.py
+++ b/app/config/const.py
@@ -4,6 +4,13 @@
 DOCUMENT_TO_REPORT = "document_to_report"
 IMAGE_TO_TEXT = "image_and_text_conversion"
 DOCUMENT_IA_QUESTIONS = "document_ia_questions"
+DOCUMENT_IA_QUESTIONS_DS = "document_ia_questions_ds"
+DOCUMENT_TO_REPORT_TITLE = "document_to_report_title"
+DOCUMENT_TO_TITLE = "document_to_title"
+DOCUMENT_TO_PAPER = "document_to_paper"
+
+
+### --------- file path------------------
 ENV_CONF_PATH = "app/config/env_conf"
 APP_SERVICE_PATH = "app/service/"
 
@@ -94,3 +101,7 @@
 ###-----------------------app account key--------------------------------------------
 chat_server = "chat_server"
 workflow_server = "workflow_server"
+smart_server = "smart_server"
+
+
+TMP_DICT = {chat_server: RAGFLOW, workflow_server: DIFY}

--
Gitblit v1.8.0