From cfb8a353c72f96494cd46a78bd917f6ed8aaef1d Mon Sep 17 00:00:00 2001 From: zhaoqingang <zhaoqg0118@163.com> Date: 星期三, 20 十一月 2024 17:01:07 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/rag-gateway --- app/api/chat.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/api/chat.py b/app/api/chat.py index e0abd8d..5e6f1da 100644 --- a/app/api/chat.py +++ b/app/api/chat.py @@ -227,7 +227,7 @@ data = json.loads(text) output = data.get("output", "") excel_name = data.get("excel_name", "") - image_name = data.get("excel_name", "") + image_name = data.get("image_name", "") excel_url = None image_url = None if excel_name: -- Gitblit v1.8.0