services(deepgram): fixed DeepgramTTSService

This commit is contained in:
Aleix Conchillo Flaqué
2024-06-03 07:53:46 -07:00
parent dd3b4083eb
commit 43516f84fe
2 changed files with 7 additions and 2 deletions

View File

@@ -5,6 +5,12 @@ All notable changes to **pipecat** will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- Fixed an issue with Deepgram TTS that was introduced in the previous release.
## [0.0.25] - 2024-05-31
### Added