From af86455055918d26a0f6eebc270074c4863db0be Mon Sep 17 00:00:00 2001
From: zhaoqingang <zhaoqg0118@163.com>
Date: 星期五, 07 三月 2025 09:57:19 +0800
Subject: [PATCH] 增加深度思考逻辑

---
 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 05a37be..83ea02a 100644
--- a/app/service/v2/chat.py
+++ b/app/service/v2/chat.py
@@ -486,7 +486,7 @@
         async for ans in chat.chat_completions(url,
                                                await chat.complex_request_data(chat_request.query, conversation_id, str(user_id), files=chat_request.files, inputs=inputs),
                                                await chat.get_headers(token)):
-            # print(ans)
+            print(ans)
             data = {}
             status = http_200
             conversation_id = ans.get("conversation_id")

--
Gitblit v1.8.0