Merge pull request #1457 from pipecat-ai/mb/fix-rtvi-observer-gemini

Fix: Resolve an issue where Google LLM context messages were causing …
This commit is contained in:
Mark Backman
2025-03-26 14:18:37 -04:00
committed by GitHub
2 changed files with 21 additions and 3 deletions

View File

@@ -27,6 +27,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue in `RTVIObserver` that prevented handling of Google LLM
context messages. The observer now processes both OpenAI-style and
Google-style contexts.
- Fixed an issue in Daily involving switching virtual devices, by bumping the
daily-python dependency to >= 0.16.1.