Model update in VertexAiGeminiChatModelIT from GEMINI_2_5_PRO to GEMINI_2_0_FLASH
Update gemini-2.5-pro-exp-03-25 to gemini-2.5-pro-exp-03-28 Signed-off-by: Soby Chacko <soby.chacko@broadcom.com>
This commit is contained in:
committed by
Mark Pollack
parent
405644e4aa
commit
b313645148
@@ -869,7 +869,7 @@ public class VertexAiGeminiChatModel implements ChatModel, DisposableBean {
|
||||
|
||||
GEMINI_2_0_FLASH_LIGHT("gemini-2.0-flash-lite"),
|
||||
|
||||
GEMINI_2_5_PRO("gemini-2.5-pro-exp-03-25");
|
||||
GEMINI_2_5_PRO("gemini-2.5-pro-exp-03-28");
|
||||
|
||||
public final String value;
|
||||
|
||||
|
||||
@@ -304,7 +304,7 @@ class VertexAiGeminiChatModelIT {
|
||||
return VertexAiGeminiChatModel.builder()
|
||||
.vertexAI(vertexAi)
|
||||
.defaultOptions(VertexAiGeminiChatOptions.builder()
|
||||
.model(VertexAiGeminiChatModel.ChatModel.GEMINI_2_5_PRO)
|
||||
.model(VertexAiGeminiChatModel.ChatModel.GEMINI_2_0_FLASH)
|
||||
.build())
|
||||
.build();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user