Spaces:
Running
Running
Update aiEngine.js
Browse files- aiEngine.js +1 -1
aiEngine.js
CHANGED
|
@@ -148,7 +148,7 @@ export const AIEngine = {
|
|
| 148 |
* Uses Imagen 3
|
| 149 |
*/
|
| 150 |
generateImage: async (prompt) => {
|
| 151 |
-
const modelId = '
|
| 152 |
|
| 153 |
try {
|
| 154 |
console.log(`[AIEngine] Generating Image for: "${prompt}"...`);
|
|
|
|
| 148 |
* Uses Imagen 3
|
| 149 |
*/
|
| 150 |
generateImage: async (prompt) => {
|
| 151 |
+
const modelId = 'gemini-2.5-flash-image';
|
| 152 |
|
| 153 |
try {
|
| 154 |
console.log(`[AIEngine] Generating Image for: "${prompt}"...`);
|