mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-26 09:03:54 +08:00
update:调试
This commit is contained in:
@@ -542,12 +542,6 @@ class ConnectionHandler:
|
|||||||
response_message.append(content)
|
response_message.append(content)
|
||||||
if self.client_abort:
|
if self.client_abort:
|
||||||
break
|
break
|
||||||
|
|
||||||
end_time = time.time()
|
|
||||||
|
|
||||||
self.logger.bind(tag=TAG).debug(
|
|
||||||
f"大模型返回时间: {end_time - start_time} 秒, 生成token={content}"
|
|
||||||
)
|
|
||||||
if text_index == 0:
|
if text_index == 0:
|
||||||
self.tts.tts_text_queue.put(
|
self.tts.tts_text_queue.put(
|
||||||
TTSMessageDTO(
|
TTSMessageDTO(
|
||||||
|
|||||||
Reference in New Issue
Block a user