Update model in FunctionCallWithPromptFunctionIT in vertex gemini to gemini-2.0-flash
Signed-off-by: Soby Chacko <soby.chacko@broadcom.com>
This commit is contained in:
@@ -50,7 +50,7 @@ public class FunctionCallWithPromptFunctionIT {
|
||||
void functionCallTest() {
|
||||
this.contextRunner
|
||||
.withPropertyValues("spring.ai.vertex.ai.gemini.chat.options.model="
|
||||
+ VertexAiGeminiChatModel.ChatModel.GEMINI_2_5_PRO.getValue())
|
||||
+ VertexAiGeminiChatModel.ChatModel.GEMINI_2_0_FLASH.getValue())
|
||||
.run(context -> {
|
||||
|
||||
VertexAiGeminiChatModel chatModel = context.getBean(VertexAiGeminiChatModel.class);
|
||||
|
||||
Reference in New Issue
Block a user