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