processors(llm_response): unify new use cases into base class

This commit is contained in:
Aleix Conchillo Flaqué
2024-12-10 09:18:51 -08:00
parent c989c9c16d
commit 2dd56ba992
3 changed files with 309 additions and 282 deletions

View File

@@ -75,6 +75,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed LLM response aggregators to support more uses cases such as delayed
transcriptions.
- Fixed an issue that could cause the bot to stop talking if there was a user
interruption before getting any audio from the TTS service.