Merge pull request #1106 from Vaibhav159/vl_moving_test_utils_to_pipecat_package

moving test utils inside of package
This commit is contained in:
Aleix Conchillo Flaqué
2025-01-29 09:44:34 -08:00
committed by GitHub
6 changed files with 7 additions and 3 deletions

View File

@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Added `test/utils.py` inside of pipecat package.
### Fixed
- Fixed an issue where `ElevenLabsTTSService` messages would return a 1009 websocket error by increasing the max message size limit to 16MB.