pipecat-ai / pipecat

Open Source framework for voice and multimodal conversational AI
BSD 2-Clause "Simplified" License
3.47k stars 341 forks source link

Support using Pipecat turn detection instead of OpenAI Realtime API turn detection #666

Closed kwindla closed 3 weeks ago

kwindla commented 1 month ago

This is mostly just for completeness, though it also could be useful for pipelines that want to switch on the fly between multiple LLM services.

To test, set turn_detection to False in the openai_realtime_beta.SessionProperties.

https://github.com/pipecat-ai/pipecat/blob/main/examples/foundational/19-openai-realtime-beta.py#L99