2 lines
173 B
Markdown
2 lines
173 B
Markdown
- The development runner now exports a module-level `app` FastAPI instance (`from pipecat.runner.run import app`) so you can register custom routes before calling `main()`.
|