update:优化

This commit is contained in:
hrz
2025-05-26 11:04:13 +08:00
parent 5be65216e2
commit f78f6fc529
2 changed files with 16 additions and 3 deletions
+1 -2
View File
@@ -96,10 +96,9 @@ class ConnectionHandler:
# 依赖的组件
self.vad = None
self.asr = None
self.tts = None
self._asr = _asr
self._vad = _vad
self._tts = _tts
self.tts = _tts
self.llm = _llm
self.memory = _memory
self.intent = _intent