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)