Fix: GeminiMultimodalLiveLLMService was appending tokens to the context

This commit is contained in:
Mark Backman
2025-04-29 15:40:18 -04:00
parent 27d4c927a8
commit 685f951ae2
3 changed files with 18 additions and 24 deletions

View File

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