Merge pull request #1696 from pipecat-ai/mb/fix-gemini-live-context

Fix: GeminiMultimodalLiveLLMService was appending tokens to the context
This commit is contained in:
Mark Backman
2025-04-30 19:12:06 -04:00
committed by GitHub
5 changed files with 76 additions and 55 deletions

View File

@@ -87,6 +87,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue with `GeminiMultimodalLiveLLMService` where the context
contained tokens instead of words.
- Fixed an issue with HTTP Smart Turn handling, where the service returns a 500
error. Previously, this would cause an unhandled exception. Now, a 500 error
is treated as an incomplete response.