From 3eabd0961bc63f08f10b4c582ed1c471df43a8c7 Mon Sep 17 00:00:00 2001 From: zhaoqingang <zhaoqg0118@163.com> Date: 星期一, 10 二月 2025 15:40:26 +0800 Subject: [PATCH] 獲取配置信息增加api --- app/config/const.py | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/app/config/const.py b/app/config/const.py index 4f173bc..41d16eb 100644 --- a/app/config/const.py +++ b/app/config/const.py @@ -4,6 +4,12 @@ DOCUMENT_TO_REPORT = "document_to_report" IMAGE_TO_TEXT = "image_and_text_conversion" DOCUMENT_IA_QUESTIONS = "document_ia_questions" +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/" @@ -89,4 +95,8 @@ ### ---------------------------http status-------------------------------------- http_200 = 200 http_400 = 400 -http_500 = 500 \ No newline at end of file +http_500 = 500 + +###-----------------------app account key-------------------------------------------- +chat_server = "chat_server" +workflow_server = "workflow_server" -- Gitblit v1.8.0