Pepguy commited on
Commit
61084ae
·
verified ·
1 Parent(s): 427de73

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -150,7 +150,7 @@ ${JSON.stringify({ description: project.description })}
150
  // Use gemini-1.5-flash or 2.0-flash depending on what you have access to.
151
  // 1.5-flash is very stable.
152
  const resp = await ai.models.generateContent({
153
- model: "gemini-1.5-flash",
154
  contents: systemPrompt,
155
  generationConfig: { responseMimeType: "application/json" }
156
  });
 
150
  // Use gemini-1.5-flash or 2.0-flash depending on what you have access to.
151
  // 1.5-flash is very stable.
152
  const resp = await ai.models.generateContent({
153
+ model: "gemini-2.5-pro",
154
  contents: systemPrompt,
155
  generationConfig: { responseMimeType: "application/json" }
156
  });