Merge pull request #1404 from pipecat-ai/aleix/gemini-push-frame-fixes

GeminiMultimodalLiveLLMService: fix duplicated messages in context
This commit is contained in:
Aleix Conchillo Flaqué
2025-03-19 21:51:39 -07:00
committed by GitHub
2 changed files with 13 additions and 8 deletions

View File

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