From 7fe822c530825f072ffca7dccdadc0fab5823aa0 Mon Sep 17 00:00:00 2001 From: H Vs Date: Fri, 18 Apr 2025 16:55:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/endpoints/pipeline_endpoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/endpoints/pipeline_endpoint.py b/app/endpoints/pipeline_endpoint.py index 86531f4..a2b7a2a 100644 --- a/app/endpoints/pipeline_endpoint.py +++ b/app/endpoints/pipeline_endpoint.py @@ -1107,7 +1107,7 @@ async def handle_add_friend_notice_async(request: Request,token_id,app_id, wxid, logger.info("发送对话 %s",input_message) callback_to_user=to_contact_wxid - res=await gpt_client_async(messages_to_send,wxid,callback_to_user) + res=await gpt_client_async(request,messages_to_send,wxid,callback_to_user) reply_content=remove_markdown_symbol(res["choices"][0]["message"]["content"]) #保存好友信息