Skip to content

Commit bac79ac

Browse files
authored
Update Gemini model (#10132)
Update to gemini-2.5-flash from gemini-2.0-flash
1 parent d5532fe commit bac79ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

genai/snippets/src/main/java/genai/gemini/GenerateContentWithText.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class GenerateContentWithText {
2828

2929
public static void main(String[] args) {
3030
// TODO(developer): Replace these variables before running the sample.
31-
String modelId = "gemini-2.0-flash";
31+
String modelId = "gemini-2.5-flash";
3232
generateContent(modelId);
3333
}
3434

0 commit comments

Comments
 (0)