moved ParallelTask to pipecat.pipeline.parallel_task

This commit is contained in:
Aleix Conchillo Flaqué
2024-06-06 15:08:14 -07:00
parent 139f158ea1
commit dc28590247
3 changed files with 5 additions and 1 deletions

View File

@@ -21,6 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added TTFB metrics and debug logging for TTS services.
### Changed
- Moved `ParallelTask` to `pipecat.pipeline.parallel_task`.
### Fixed
- Fixed PlayHT TTS service to work properly async.