examples(14): remove commented code

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-22 17:57:37 -07:00
parent fcec0eb812
commit acd2d55b84

View File

@@ -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)