浏览代码

调整

develop
H Vs 5 天前
父节点
当前提交
7fe822c530
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/endpoints/pipeline_endpoint.py

+ 1
- 1
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"])

#保存好友信息


正在加载...
取消
保存