From 48e4f3f979af9c340653755081867ea581e24a17 Mon Sep 17 00:00:00 2001 From: H Vs Date: Mon, 24 Mar 2025 11:27:51 +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 70a3f80..f1b7a32 100644 --- a/app/endpoints/pipeline_endpoint.py +++ b/app/endpoints/pipeline_endpoint.py @@ -450,7 +450,7 @@ async def ai_chat_text_async(request: Request,token_id, app_id, wxid, msg_data, } reply_content = remove_markdown_symbol(res["choices"][0]["message"]["content"]) - if callback_to_user not in 'wx_nBGqh6_Rw6pW8KXg0AudW': + if callback_to_user not in 'wxid_mesh33pw13e721': logger.info(f'{callback_to_user} 不发送到微信有关{msg_content}的AI回复到微信') await request.app.state.gewe_service.post_text_async(token_id, app_id, callback_to_user, reply_content)