Fix truncation timing of OpenAIRealtimeBetaLLMService

This commit is contained in:
Mark Backman
2025-01-06 15:36:57 -05:00
parent 7a021cc82d
commit 12b5c5a646
2 changed files with 27 additions and 1 deletions

View File

@@ -14,6 +14,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `29-livekit-audio-chat.py`, as a new foundational examples for
`LiveKitTransportLayer`.
### Fixed
- Fixed an issue where `OpenAIRealtimeBetaLLMService` audio chunks were hitting
an error when truncating audio content.
## [0.0.52] - 2024-12-24
### Added