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,