rename service

This commit is contained in:
Vaibhav159
2025-03-18 20:58:21 +05:30
parent 5f000efc61
commit 4303ed4991
3 changed files with 5 additions and 5 deletions

View File

@@ -88,7 +88,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `AzureRealtimeBetaLLMService` to support Azure's OpeanAI Realtime API. Added
foundational example `19a-azure-realtime-beta.py`.
- Introduced `GoogleVertexAIService`, a new class for integrating with Vertex AI
- Introduced `GoogleVertexLLMService`, a new class for integrating with Vertex AI
Gemini models. Added foundational example
`14p-function-calling-gemini-vertex-ai.py`.