update:优化提示词

This commit is contained in:
hrz
2025-03-31 23:26:23 +08:00
parent 6ba63db47f
commit 73c4d6a604
4 changed files with 65 additions and 53 deletions
@@ -10,7 +10,7 @@ logger = setup_logging()
async def handleAudioMessage(conn, audio):
if not conn.asr_server_receive:
# logger.bind(tag=TAG).debug(f"前期数据处理中,暂停接收")
logger.bind(tag=TAG).debug(f"前期数据处理中,暂停接收")
return
if conn.client_listen_mode == "auto":
have_voice = conn.vad.is_vad(conn, audio)