From 874a3489b9241f68c00eba5b6bf2466b1f5f3884 Mon Sep 17 00:00:00 2001 From: H Vs Date: Sat, 12 Apr 2025 15:46:19 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/app/endpoints/pipeline_endpoint.py b/app/endpoints/pipeline_endpoint.py index 7f811ed..241b80c 100644 --- a/app/endpoints/pipeline_endpoint.py +++ b/app/endpoints/pipeline_endpoint.py @@ -590,7 +590,6 @@ async def ai_chat_text_async(request: Request,token_id, app_id, wxid, msg_data, '{好友昵称}': callback_to_user_nickname } reply_content=replace_placeholders(reply_content, replacements) - # 判断图片url img_urls,reply_content=extract_and_replace_image_urls(reply_content)