fix: reinforces that the character should be visible in the image

This commit is contained in:
2025-10-31 12:46:14 -07:00
parent 1823058cee
commit 4d9d4b29d6
+1 -1
View File
@@ -50,7 +50,7 @@ export class Ai {
join(", ")}`, join(", ")}`,
prompt, prompt,
); );
const image = await this.generateImage(`Your task is to generate a full body anime girl mascot for this project. The image should have a transparent background. NEVER include text in the image. The project description is: ${prompt}`); const image = await this.generateImage(`Your task is to generate a full body anime girl mascot for this project. This means the full character should be visible. The image should have a transparent background. NEVER include text in the image. The project description is: ${prompt}`);
if (image === null) { if (image === null) {
return { content: `Project Name: ${names}\nProject Description: ${prompt}\nSorry, I was unable to generate an image for you.` }; return { content: `Project Name: ${names}\nProject Description: ${prompt}\nSorry, I was unable to generate an image for you.` };
} }