spell
Browse files
src/lib/components/MonsterGenerator/MonsterGenerator.svelte
CHANGED
@@ -226,7 +226,7 @@ Write your response within \`\`\`json\`\`\``;
|
|
226 |
}
|
227 |
|
228 |
const promptGenerationPrompt = IMAGE_GENERATION_PROMPT(state.monsterConcept);
|
229 |
-
const systemPrompt = "You are an expert at creating visual descriptions for image generation. Provide clear, detailed visual descriptions. Do not refer to 'the image' instead just describe all the relevant visual details. Ensure your response is a single descriptive
|
230 |
|
231 |
console.log('Generating image prompt from concept');
|
232 |
|
|
|
226 |
}
|
227 |
|
228 |
const promptGenerationPrompt = IMAGE_GENERATION_PROMPT(state.monsterConcept);
|
229 |
+
const systemPrompt = "You are an expert at creating visual descriptions for image generation. Provide clear, detailed visual descriptions. Do not refer to 'the image' instead just describe all the relevant visual details. Ensure your response is a single descriptive sentence, do not respond with a long paragraph.";
|
230 |
|
231 |
console.log('Generating image prompt from concept');
|
232 |
|