Bumping deprecation version of GeminiMultimodalLiveLLMService's base_url arg

This commit is contained in:
Paul Kompfner
2025-10-08 14:58:25 -04:00
parent fa663abbbc
commit e4b01a5844

View File

@@ -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.89
.. deprecated:: 0.0.90
This parameter is deprecated and no longer has any effect.
Please use `http_options` to customize requests made by the
API client.