Merge pull request #1586 from rahultayal22/rah_google_vertex_issue

Fixed params issue in Google Vertex ai
This commit is contained in:
Mark Backman
2025-04-16 14:56:46 -04:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -35,6 +35,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed an issue in `SmallWebRTCTransport` where an error was thrown if the
client did not create a video transceiver.
- Fixed an issue where LLM input parameters were not working and applied correctly in `GoogleVertexLLMService`, causing
unexpected behavior during inference.
## [0.0.63] - 2025-04-11
### Added