Parcourir la source

调整

develop
H Vs il y a 1 semaine
Parent
révision
7fe822c530
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      app/endpoints/pipeline_endpoint.py

+ 1
- 1
app/endpoints/pipeline_endpoint.py Voir le fichier

@@ -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"])

#保存好友信息


Chargement…
Annuler
Enregistrer