This commit is contained in:
Riccardo Giorato
2026-01-29 22:14:56 +01:00
parent 88cf7f38e2
commit 9b44381deb
2 changed files with 41 additions and 18 deletions
+5 -1
View File
@@ -227,7 +227,11 @@ Only return the JSON, no other text.`;
let response;
try {
console.log("Starting image generation...");
console.log("Starting image generation for ...");
console.dir({
fullPrompt,
referenceImages,
});
const startTime = Date.now();
response = await client.images.generate({
model: IMAGE_MODEL,