rtvi: merge TTS/TTSText and LLM/LLMText processors

This commit is contained in:
Aleix Conchillo Flaqué
2024-10-15 10:24:43 -07:00
parent 3a3bf3fe34
commit 7bbaf4dfe9
2 changed files with 9 additions and 58 deletions

View File

@@ -19,6 +19,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Merge `RTVIBotLLMProcessor`/`RTVIBotLLMTextProcessor` and
`RTVIBotTTSProcessor`/`RTVIBotTTSTextProcessor` to avoid out of order issues.
- Fixed an issue in Daily transport that would cause tasks to be hanging if
urgent transport messages were being sent from a transport event handler.