LLMTextFrame: don't override skip_tts

This commit is contained in:
Aleix Conchillo Flaqué
2025-12-01 12:26:32 -08:00
parent cd231cf829
commit a3962e3b47
4 changed files with 13 additions and 9 deletions

View File

@@ -28,6 +28,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue where `LLMTextFrame.skip_tts` was being overwritten by LLM
services.
- Fixed an issue in `SarvamTTSService` where the last sentence was not being
spoken. Now, audio is flushed when the TTS services receives the
`LLMFullResponseEndFrame` or `EndFrame`.