Update CHANGELOG

This commit is contained in:
Mark Backman
2025-05-19 11:47:10 -04:00
parent 916b9d6c6d
commit 8e4e03541c

View File

@@ -59,12 +59,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- The API version for `CartesiaTTSService` and `CartesiaHttpTTSService` has
been updated. Also, the `cartesia` dependency has been updated to 2.x.
- `CartesiaTTSService` and `CartesiaHttpTTSService` now support Cartesia's new
`speed` parameter which accepts values of `slow`, `normal`, and `fast`.
- `GeminiMultimodalLiveLLMService` now uses the user transcription and usage - `GeminiMultimodalLiveLLMService` now uses the user transcription and usage
metrics provided by Gemini Live. metrics provided by Gemini Live.
- `GoogleLLMService` has been updated to use `google-genai` instead of the - `GoogleLLMService` has been updated to use `google-genai` instead of the
deprecated `google-generativeai`. deprecated `google-generativeai`.
### Deprecated
- In `CartesiaTTSService` and `CartesiaHttpTTSService`, `emotion` has been
deprecated by Cartesia. Pipecat is following suit and deprecating `emotion`
as well.
### Removed ### Removed
- Since `GeminiMultimodalLiveLLMService` now transcribes it's own audio, the - Since `GeminiMultimodalLiveLLMService` now transcribes it's own audio, the