Update GoogleVertexLLMService default model to gemini-2.5-flash

This commit is contained in:
Mark Backman
2025-11-05 11:28:41 -05:00
parent 80d127aaa4
commit c18ff999a5
2 changed files with 4 additions and 2 deletions

View File

@@ -33,6 +33,8 @@ reason")`.
### Changed
- Updated the default model for `GoogleVertexLLMService` to `gemini-2.5-flash`.
- Updated the `GoogleVertexLLMService` to use the `GoogleLLMService` as a base
class instead of the `OpenAILLMService`.