From 5d496fc89a5ea19aaa1a7cb91947d656bd25bafb Mon Sep 17 00:00:00 2001
From: xuyonghao <898441624@qq.com>
Date: 星期三, 08 一月 2025 17:54:00 +0800
Subject: [PATCH] 合并excel历史记录查看功能

---
 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