remove leftover prints

This commit is contained in:
Moishe Lettvin
2024-01-08 17:56:21 -05:00
parent 6cace129fd
commit ac0e4b0c27
2 changed files with 0 additions and 6 deletions

View File

@@ -32,7 +32,6 @@ async def main(room_url):
async def on_participant_joined(transport, participant):
current_text = ""
async for text in llm_generator:
print("text", text)
current_text += text
if re.match(r"^.*[.!?]$", text):
async for audio in tts.run_tts(current_text):