Skip to content

Commit ab77308

Browse files
author
Guiners
committed
test-pr
1 parent 517b83e commit ab77308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genai/tools/tools-code-exec-with-txt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async function generateContent(
3131
});
3232

3333
const response = await ai.models.generateContent({
34-
model: 'gemini-2.5-flash-preview-05-20',
34+
model: 'gemini-2.5-flash',
3535
contents:
3636
'What is the sum of the first 50 prime numbers? Generate and run code for the calculation, and make sure you get all 50.',
3737
config: {

0 commit comments

Comments
 (0)