From 5600fc49f1ef408c45a5cafa2fc23573f99db09a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Mon, 13 May 2024 10:08:09 -0700 Subject: [PATCH] README: fix code indentation --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6e09c2c54..4564066de 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ pip install "pipecat-ai[option,...]" Your project may or may not need these, so they're made available as optional requirements. Here is a list: - **AI services**: `anthropic`, `azure`, `fal`, `moondream`, `openai`, `playht`, `silero`, `whisper` -- **Transports**: `local`, `websocket`, `daily` +- **Transports**: `local`, `websocket`, `daily` ## Code examples @@ -96,8 +96,9 @@ async def main(): participant_name = participant["info"]["userName"] or '' # Queue a TextFrame that will get spoken by the TTS service (Eleven Labs) await task.queue_frames([TextFrame(f"Hello there, {participant_name}!"), EndFrame()]) - # Run the pipeline task - await runner.run(task) + + # Run the pipeline task + await runner.run(task) if __name__ == "__main__": asyncio.run(main()) @@ -217,4 +218,4 @@ Install the ➡️ [Join our Discord](https://discord.gg/pipecat) -➡️ [Reach us on Twitter](https://x.com/pipecat_ai) \ No newline at end of file +➡️ [Reach us on Twitter](https://x.com/pipecat_ai)