Spaces:
Sleeping
Sleeping
Update app.js
Browse files
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-
|
| 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 |
});
|