We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517b83e commit ab77308Copy full SHA for ab77308
genai/tools/tools-code-exec-with-txt.js
@@ -31,7 +31,7 @@ async function generateContent(
31
});
32
33
const response = await ai.models.generateContent({
34
- model: 'gemini-2.5-flash-preview-05-20',
+ model: 'gemini-2.5-flash',
35
contents:
36
'What is the sum of the first 50 prime numbers? Generate and run code for the calculation, and make sure you get all 50.',
37
config: {
0 commit comments