update CHANGELOG

This commit is contained in:
Aleix Conchillo Flaqué
2025-03-18 16:43:43 -07:00
parent d1550d5a85
commit d455fd070e
2 changed files with 7 additions and 1 deletions

View File

@@ -45,6 +45,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
being aggregated. A text aggregator can be passed via `text_aggregator` to the
TTS service.
- Added new `sample_rate` constructor parameter to `TavusVideoService` to allow
changing the output sample rate.
- Added new `UltravoxSTTService`.
(see https://github.com/fixie-ai/ultravox)

View File

@@ -1316,9 +1316,12 @@ class GoogleLLMOpenAIBetaService(OpenAILLMService):
class GoogleVertexLLMService(OpenAILLMService):
"""Implements inference with Google's AI models via Vertex AI while maintaining OpenAI API compatibility.
"""Implements inference with Google's AI models via Vertex AI while
maintaining OpenAI API compatibility.
Reference:
https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/call-vertex-using-openai-library
"""
class InputParams(OpenAILLMService.InputParams):