[chore] Delete log printing

This commit is contained in:
LittleMouse
2025-04-15 14:10:09 +08:00
parent f860eb74be
commit 0bf4767ff0
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ class ASRClientBackend(BaseModelBackend):
{
"model": self.config["model_name"],
"response_format": "asr.utf-8",
"input": "whisper.base64",
"input": "whisper.base64.stream",
"language": "zh",
"enoutput": True
}
-6
View File
@@ -72,12 +72,6 @@ class ASRClient:
"finish": finish
}
}
logger.debug(
f"Sending streaming request: [ID:{request_id}] "
f"Action:{action} WorkID:{payload['work_id']}\n"
f"Delta: {delta[:20]}... Index: {index} Finish: {finish}"
)
self.sock.sendall(json.dumps(payload, ensure_ascii=False).encode('utf-8'))
return request_id