Skip to content

Commit 7f69906

Browse files
Merge pull request #206 from LokiMetaSmith/fix/pipecat-transport
Fix multiple pipecat implementation issues and runtime errors
2 parents 28ec5f1 + e48388e commit 7f69906

File tree

1 file changed

+0
-2
lines changed
  • ansible/roles/pipecatapp/files

1 file changed

+0
-2
lines changed

ansible/roles/pipecatapp/files/app.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ def reset(self):
109109
self.llm_first_token_time = 0
110110
self.tts_first_audio_time = 0
111111

112-
from piper.voice import Piper
113-
114112
# (Your existing WebSocketLogHandler, UILogger, and BenchmarkCollector classes remain here)
115113
# ...
116114

0 commit comments

Comments
 (0)