examples: minor fixes

This commit is contained in:
Aleix Conchillo Flaqué
2024-10-17 15:34:30 -07:00
parent 12eb9437c1
commit c9318ecd5c
3 changed files with 2 additions and 3 deletions

View File

@@ -80,7 +80,6 @@ async def main():
@transport.event_handler("on_first_participant_joined")
async def on_first_participant_joined(transport, participant):
transport.capture_participant_transcription(participant["id"])
# Kick off the conversation.
messages.append({"role": "system", "content": "Please introduce yourself to the user."})
await task.queue_frames([LLMMessagesFrame(messages)])