diff --git a/bin/generate_data.sh b/bin/generate_data.sh index 1f7cf4d..66752d1 100755 --- a/bin/generate_data.sh +++ b/bin/generate_data.sh @@ -113,21 +113,21 @@ PERSONALITIES=( "You're embodying the personality, presence, and atmosphere of a wartime statesman leading a nation through its darkest hour. Calm under pressure, determined, intelligent, and unbreakable. Strong posture, thoughtful expression, commanding presence. Surrounded by maps, strategy documents, war rooms, and symbols of leadership. The image should convey courage, resilience, discipline, and the ability to inspire others during difficult times. Historic yet timeless atmosphere, dramatic lighting, realistic, highly detailed portrait photography." -"You're embodying the personality, presence, and atmosphere of a brilliant diagnostician who solves impossible problems through logic, observation, and relentless skepticism. Sharp eyes constantly analyzing every detail, slightly disheveled appearance, confident but unconcerned with social niceties. Surrounded by differential diagnosis charts, medical notes, whiteboards filled with clues, and complex puzzles waiting to be solved. The image should convey exceptional intelligence, dry humor, cynicism, curiosity, and an obsession with finding the truth regardless of convention. Realistic, cinematic, highly detailed, with the feeling that every person in the room is missing something obvious that I have already noticed." -) - # Pick a random personality idx=$(( RANDOM % ${#PERSONALITIES[@]} )) PERSONALITY="${PERSONALITIES[$idx]}" PROMPT=$(cat <