From 25bf0a51088fa0d0acdc39c6096cc45d699f63a1 Mon Sep 17 00:00:00 2001 From: zhaoqingang <zhaoqg0118@163.com> Date: 星期四, 13 二月 2025 10:53:23 +0800 Subject: [PATCH] merge master --- app/api/files.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/api/files.py b/app/api/files.py index c9f0524..db8936b 100644 --- a/app/api/files.py +++ b/app/api/files.py @@ -118,7 +118,7 @@ raise HTTPException(status_code=500, detail=str(e)) elif agent.chat_type == "reportWorkflow" or agent.chat_type == "documentIa" or agent.chat_type == "paperTalk": token_dict = { - "reportWorkflow": DOCUMENT_TO_REPORT, + "reportWorkflow": DOCUMENT_TO_REPORT_TITLE, "documentIa": DOCUMENT_IA_QUESTIONS, "paperTalk": DOCUMENT_TO_PAPER, } -- Gitblit v1.8.0