Skip to content

Commit 9a428f4

Browse files
committed
Update model in FunctionCallWithPromptFunctionIT in vertex gemini to gemini-2.0-flash
Signed-off-by: Soby Chacko <soby.chacko@broadcom.com>
1 parent cd0ac9c commit 9a428f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto-configurations/models/spring-ai-autoconfigure-model-vertex-ai/src/test/java/org/springframework/ai/model/vertexai/autoconfigure/gemini/tool/FunctionCallWithPromptFunctionIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public class FunctionCallWithPromptFunctionIT {
5050
void functionCallTest() {
5151
this.contextRunner
5252
.withPropertyValues("spring.ai.vertex.ai.gemini.chat.options.model="
53-
+ VertexAiGeminiChatModel.ChatModel.GEMINI_2_5_PRO.getValue())
53+
+ VertexAiGeminiChatModel.ChatModel.GEMINI_2_0_FLASH.getValue())
5454
.run(context -> {
5555

5656
VertexAiGeminiChatModel chatModel = context.getBean(VertexAiGeminiChatModel.class);

0 commit comments

Comments
 (0)