Skip to content

Commit cf5e4cd

Browse files
authored
Merge branch 'main' into rebeccaellis-add-fullfillment-places
2 parents 86e4038 + 3cd9396 commit cf5e4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genai/text-generation/textgen-with-txt-img.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async function generateContent(
3838
};
3939

4040
const response = await ai.models.generateContent({
41-
model: 'gemini-2.0-flash',
41+
model: 'gemini-2.5-flash',
4242
contents: [image, 'What is shown in this image?'],
4343
});
4444

0 commit comments

Comments
 (0)