update CHANGELOG
This commit is contained in:
26
CHANGELOG.md
26
CHANGELOG.md
@@ -9,7 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added ExotelFrameSerializer to handle telephony calls via Exotel.
|
- Added `ExotelFrameSerializer` to handle telephony calls via Exotel.
|
||||||
|
|
||||||
|
- Added the option `informal` to `TranslationConfig` on Gladia config.
|
||||||
|
Allowing to force informal language forms when available.
|
||||||
|
|
||||||
|
- Added `CartesiaSTTService` which is a websocket based implementation to
|
||||||
|
transcribe audio. Added a foundational example in
|
||||||
|
`13f-cartesia-transcription.py`
|
||||||
|
|
||||||
|
- Added an `websocket` example, showing how to use the new Pipecat client
|
||||||
|
`WebsocketTransport` to connect with Pipecat `FastAPIWebsocketTransport` or
|
||||||
|
`WebsocketServerTransport`.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
@@ -45,16 +56,6 @@ asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
|
|||||||
|
|
||||||
- Fixed a typo in Livekit transport that prevented initialization.
|
- Fixed a typo in Livekit transport that prevented initialization.
|
||||||
|
|
||||||
### Added
|
|
||||||
|
|
||||||
- Added `CartesiaSTTService` which is a websocket based implementation to
|
|
||||||
transcribe audio. Added a foundational example in
|
|
||||||
`13f-cartesia-transcription.py`
|
|
||||||
|
|
||||||
- Added an `websocket` example, showing how to use the new Pipecat client
|
|
||||||
`WebsocketTransport` to connect with Pipecat `FastAPIWebsocketTransport` or
|
|
||||||
`WebsocketServerTransport`.
|
|
||||||
|
|
||||||
## [0.0.69] - 2025-06-02 "AI Engineer World's Fair release" ✨
|
## [0.0.69] - 2025-06-02 "AI Engineer World's Fair release" ✨
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@@ -118,9 +119,6 @@ asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
|
|||||||
`DailyTransport.stop_transcription()` to be able to start and stop Daily
|
`DailyTransport.stop_transcription()` to be able to start and stop Daily
|
||||||
transcription dynamically (maybe with different settings).
|
transcription dynamically (maybe with different settings).
|
||||||
|
|
||||||
- Added the option `informal` to `TranslationConfig` on Gladia config.
|
|
||||||
Allowing to force informal language forms when available.
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Reverted the default model for `GeminiMultimodalLiveLLMService` back to
|
- Reverted the default model for `GeminiMultimodalLiveLLMService` back to
|
||||||
|
|||||||
Reference in New Issue
Block a user