introduce PipelineParams

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-28 16:03:28 -07:00
parent 7c213f8533
commit 6d6d9bea5a
7 changed files with 23 additions and 13 deletions

View File

@@ -9,7 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Added `PipelineParams`. This replaces the `allow_interruptions` argument in
`PipelineTask` and will allow future parameters in the future.
- Fixed Deepgram Aura TTS base_url and added ErrorFrame reporting.
- GoogleLLMService `api_key` argument is now mandatory.
### Fixed