v0.0.60
pipecat-ai/pipecatv0.0.60Mar 20, 2025by aconchillo
AI Summary
Updated the OpenAI Realtime Beta service to use gpt-4o-transcribe and rolled back the Deepgram SDK to version 3.8.0 to resolve connection issues.
Key Highlights
- Default InputAudioTranscription model changed to gpt-4o-transcribe.
- Deepgram SDK rolled back to 3.8.0 to fix connection issues.
- Updated examples to use FunctionSchema format.
New Features
- default_headers parameter added to BaseOpenAILLMService
Full Release Notes
### Added - Added `default_headers` parameter to `BaseOpenAILLMService` constructor. ### Changed - Rollback to `deepgram-sdk` 3.8.0 since 3.10.1 was causing connections issues. - Changed the default `InputAudioTranscription` model to `gpt-4o-transcribe` for `OpenAIRealtimeBetaLLMService`. ### Other - Update the `19-openai-realtime-beta.py` and `19a-azure-realtime-beta.py` examples to use the FunctionSchema format.