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/service/difyService.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/app/service/difyService.py b/app/service/difyService.py index 075cfaa..3c67d09 100644 --- a/app/service/difyService.py +++ b/app/service/difyService.py @@ -128,7 +128,6 @@ async def chat(self, token: str, user_id: int, message: str, files: [], conversation_id: str, inputs: dict): - target_url = f"{self.base_url}/v1/chat-messages" data = { "inputs": inputs, -- Gitblit v1.8.0