From d19e6111c39a23c440f6f0f2595c18a61c933af4 Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Tue, 7 Oct 2025 11:18:14 -0400 Subject: [PATCH] Bumping deprecation version of `GeminiMultimodalLiveLLMService`'s `base_url` arg --- src/pipecat/services/gemini_multimodal_live/gemini.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/services/gemini_multimodal_live/gemini.py b/src/pipecat/services/gemini_multimodal_live/gemini.py index 205b298e4..53890a5e7 100644 --- a/src/pipecat/services/gemini_multimodal_live/gemini.py +++ b/src/pipecat/services/gemini_multimodal_live/gemini.py @@ -554,7 +554,7 @@ class GeminiMultimodalLiveLLMService(LLMService): api_key: Google AI API key for authentication. base_url: API endpoint base URL. Defaults to the official Gemini Live endpoint. - .. deprecated:: 0.0.88 + .. deprecated:: 0.0.89 This parameter is deprecated and no longer has any effect. Please use `http_options` to customize requests made by the API client.