Working vision example

This commit is contained in:
Chad Bailey
2024-03-19 01:51:36 +00:00
parent 6c9425d66a
commit 0b4b63d2ee
7 changed files with 34 additions and 21 deletions

View File

@@ -124,7 +124,6 @@ async def main(room_url: str, token):
@transport.event_handler("on_first_other_participant_joined")
async def on_first_other_participant_joined(transport):
print(f"!!! in here, pipeline.source is {pipeline.source}")
await pipeline.queue_frames([LLMMessagesQueueFrame(messages)])
async def run_conversation():