From acd2d55b849b01c21db0dd1ffcfd9c506a28b69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Wed, 22 May 2024 17:57:37 -0700 Subject: [PATCH] examples(14): remove commented code --- examples/foundational/14-wake-phrase.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/foundational/14-wake-phrase.py b/examples/foundational/14-wake-phrase.py index 283768460..96875409f 100644 --- a/examples/foundational/14-wake-phrase.py +++ b/examples/foundational/14-wake-phrase.py @@ -84,11 +84,6 @@ async def main(room_url: str, token): transport.capture_participant_transcription(participant["id"]) await tts.say("Hi! If you want to talk to me, just say 'Hey Robot'.") - # Kick off the conversation. - # messages.append( - # {"role": "system", "content": "Please introduce yourself to the user."}) - # await task.queue_frames([LLMMessagesFrame(messages)]) - runner = PipelineRunner() await runner.run(task)