From 86127c6a6e8928aaed7971647031857ac3d989e7 Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Wed, 8 Oct 2025 16:17:28 -0400 Subject: [PATCH] Add to the changelog the `GeminiMultimodalLiveLLMService` update to use `google-genai` --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 429daa844..337e0ddd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 parameter can influence the latency of the response. For example `"priority"` will result in faster completions, but in exchange for a higher price. +### Changed + +- Updated `GeminiMultimodalLiveLLMService` to use the `google-genai` library + rather than use WebSockets directly. + ## [0.0.89] - 2025-10-07 ### Fixed