From 69489bc703827ae718cf194faf484ea94a3bfbd9 Mon Sep 17 00:00:00 2001
From: gerson <1405270578@qq.com>
Date: 星期日, 15 十二月 2024 16:33:07 +0800
Subject: [PATCH] Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.V1.0 into test

---
 src/api/ai/chat.ts |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/api/ai/chat.ts b/src/api/ai/chat.ts
index 12be70d..20bcaa5 100644
--- a/src/api/ai/chat.ts
+++ b/src/api/ai/chat.ts
@@ -502,3 +502,14 @@
 			'Content-Type': 'application/x-www-form-urlencoded',
 		},
 	});
+
+
+	export const question_stream_reply = (params) =>
+	request({
+		url: `/chat/question_stream_reply`,
+		method: 'post',
+		params: params,
+		headers: {
+			'Content-Type': 'application/x-www-form-urlencoded',
+		},
+	});
\ No newline at end of file

--
Gitblit v1.9.3