From 00fe58a94292a3b9921ce134542ee38d74cd9401 Mon Sep 17 00:00:00 2001
From: zhaoqingang <zhaoqg0118@163.com>
Date: 星期二, 14 一月 2025 18:35:14 +0800
Subject: [PATCH] tmp

---
 app/service/v2/chat.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/app/service/v2/chat.py b/app/service/v2/chat.py
index 5273f9b..ddd17a2 100644
--- a/app/service/v2/chat.py
+++ b/app/service/v2/chat.py
@@ -214,7 +214,7 @@
             return {}
         url = settings.dify_base_url + DF_CHAT_PARAMETERS
         chat = ChatBaseApply()
-        return await chat.chat_parameters(url, {"user": str(user_id)}, await chat.get_headers(token))
+        return await chat.chat_get(url, {"user": str(user_id)}, await chat.get_headers(token))
 
 
 async def service_chat_sessions(db, chat_id, name):

--
Gitblit v1.8.0