GeminiMultimodalLiveLLMService: fix duplicated messages in context

Fixes #1384
This commit is contained in:
Aleix Conchillo Flaqué
2025-03-19 15:33:33 -07:00
parent afb26be0ad
commit 8942c2e053
2 changed files with 13 additions and 8 deletions

View File

@@ -142,6 +142,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a `GeminiMultimodalLiveLLMService` issue that was causing messages to be
duplicated in the context when pushing `LLMMessagesAppendFrame` frames.
- Fixed an issue with `SegmentedSTTService` based services
(e.g. `GroqSTTService`) that was not allow audio to pass-through downstream.