Pepguy commited on
Commit
1a1f90b
·
verified ·
1 Parent(s): bf287a0

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -181,7 +181,7 @@ ${JSON.stringify({ id: project.id, description: project.description })}
181
  /** === CHANGED SECTION END === */
182
 
183
  const resp = await ai.models.generateContent({
184
- model: "gemini-1.5-flash", // Changed to 1.5-flash for better stability
185
  contents: systemPrompt,
186
  generationConfig: { responseMimeType: "application/json" } // Force JSON mode
187
  });
 
181
  /** === CHANGED SECTION END === */
182
 
183
  const resp = await ai.models.generateContent({
184
+ model: "gemini-2.5-pro", // Changed to 1.5-flash for better stability
185
  contents: systemPrompt,
186
  generationConfig: { responseMimeType: "application/json" } // Force JSON mode
187
  });