Update CHANGELOG

This commit is contained in:
Mark Backman
2025-02-08 08:55:17 -05:00
parent 3a765d1cf5
commit 1901115dcf

View File

@@ -7,8 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Added `OpenAISTTService` which brings OpenAI's hosted Whisper to Pipecat.
### Changed
- Updated foundational example `07g-interruptible-openai.py` to use
`OpenAISTTService`.
- `RTVIObserver` doesn't handle `LLMSearchResponseFrame` frames anymore. For
now, to handle those frames you need to create a `GoogleRTVIObserver` instead.