Fraser commited on
Commit
46edb90
·
1 Parent(s): a3c2c8f
src/lib/components/MonsterGenerator/MonsterGenerator.svelte CHANGED
@@ -229,7 +229,7 @@ Write your response within \`\`\`json\`\`\``;
229
  }
230
 
231
  const promptGenerationPrompt = IMAGE_GENERATION_PROMPT(state.monsterConcept);
232
- const systemPrompt = "You are an expert at creating visual descriptions for image generation. Provide clear, detailed visual descriptions.";
233
 
234
  console.log('Generating image prompt from concept');
235
 
 
229
  }
230
 
231
  const promptGenerationPrompt = IMAGE_GENERATION_PROMPT(state.monsterConcept);
232
+ 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 sentance, do not respond with a long paragraph.";
233
 
234
  console.log('Generating image prompt from concept');
235