Story_Generator_2G / story_moods.py
JeCabrera's picture
Update story_moods.py
c993dc2 verified
story_moods = {
"Ninguno": {
"description": "Natural narrative without specific tone adjustments",
"style": "direct and simple",
"keywords": ["clear", "direct", "simple", "natural"]
},
"Emocional": {
"description": "Stories that touch the heart and awaken deep feelings",
"style": "intimate and moving",
"keywords": ["emotional", "sincere", "inspiring", "touching"]
},
"Triste": {
"description": "Narratives that evoke empathy and show overcoming adversity",
"style": "melancholic and reflective",
"keywords": ["nostalgic", "empathetic", "deep", "transformative"]
},
"Feliz": {
"description": "Optimistic stories that celebrate achievements and possibilities",
"style": "cheerful and motivating",
"keywords": ["positive", "energetic", "optimistic", "inspiring"]
},
"Horror": {
"description": "Stories that emphasize tensions and critical challenges",
"style": "intense and provocative",
"keywords": ["disturbing", "challenging", "impactful", "revealing"]
},
"Comedia": {
"description": "Narratives that educate and connect through intelligent humor",
"style": "fun and approachable",
"keywords": ["funny", "entertaining", "light", "witty"]
},
"Romántico": {
"description": "Stories that cultivate deep emotional connections",
"style": "warm and captivating",
"keywords": ["passionate", "intimate", "emotional", "charming"]
},
"Profesional": {
"description": "Strategic narratives focused on results",
"style": "formal and strategic",
"keywords": ["professional", "effective", "strategic", "measurable"]
},
"Sarcasmo": {
"description": "Stories that use intelligent irony to connect",
"style": "ironic but friendly",
"keywords": ["ingenious", "insightful", "provocative", "clever"]
},
"Cachondo": {
"description": "Suggestive narratives that play with double meanings",
"style": "provocative but elegant",
"keywords": ["seductive", "attractive", "suggestive", "playful"]
},
"Creativo": {
"description": "Innovative narratives that break conventional schemes",
"style": "innovative and unique",
"keywords": ["original", "imaginative", "artistic", "avant-garde"]
}
}