Use new pipecat.runner.local for examples

This commit is contained in:
Mark Backman
2025-07-27 07:43:25 -04:00
parent 250dec2371
commit b28c2b9a58
141 changed files with 147 additions and 674 deletions

View File

@@ -156,6 +156,6 @@ async def run_example(transport: BaseTransport, _: argparse.Namespace, handle_si
if __name__ == "__main__":
from pipecat.examples.run import main
from pipecat.runner.local import main
main(run_example, transport_params=transport_params)