Merge pull request #3168 from pipecat-ai/aleix/dont-override-skip-tts

LLMTextFrame: don't override skip_tts
This commit is contained in:
Aleix Conchillo Flaqué
2025-12-03 18:15:50 -08:00
committed by GitHub
4 changed files with 13 additions and 9 deletions

View File

@@ -38,6 +38,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`.