Spaces:
Sleeping
Sleeping
Update story_moods.py
Browse files- story_moods.py +43 -12
story_moods.py
CHANGED
@@ -1,26 +1,57 @@
|
|
1 |
story_moods = {
|
|
|
|
|
|
|
|
|
|
|
2 |
"Emocional": {
|
3 |
-
"
|
4 |
-
"
|
|
|
5 |
},
|
6 |
"Triste": {
|
7 |
-
"
|
8 |
-
"
|
|
|
9 |
},
|
10 |
"Feliz": {
|
11 |
-
"
|
12 |
-
"
|
|
|
13 |
},
|
14 |
"Horror": {
|
15 |
-
"
|
16 |
-
"
|
|
|
17 |
},
|
18 |
"Comedia": {
|
19 |
-
"
|
20 |
-
"
|
|
|
21 |
},
|
22 |
"Rom谩ntico": {
|
23 |
-
"
|
24 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
}
|
26 |
}
|
|
|
1 |
story_moods = {
|
2 |
+
"Ninguno": {
|
3 |
+
"description": "Natural narrative without specific tone adjustments",
|
4 |
+
"style": "direct and simple",
|
5 |
+
"keywords": ["clear", "direct", "simple", "natural"]
|
6 |
+
},
|
7 |
"Emocional": {
|
8 |
+
"description": "Stories that touch the heart and awaken deep feelings",
|
9 |
+
"style": "intimate and moving",
|
10 |
+
"keywords": ["emotional", "sincere", "inspiring", "touching"]
|
11 |
},
|
12 |
"Triste": {
|
13 |
+
"description": "Narratives that evoke empathy and show overcoming adversity",
|
14 |
+
"style": "melancholic and reflective",
|
15 |
+
"keywords": ["nostalgic", "empathetic", "deep", "transformative"]
|
16 |
},
|
17 |
"Feliz": {
|
18 |
+
"description": "Optimistic stories that celebrate achievements and possibilities",
|
19 |
+
"style": "cheerful and motivating",
|
20 |
+
"keywords": ["positive", "energetic", "optimistic", "inspiring"]
|
21 |
},
|
22 |
"Horror": {
|
23 |
+
"description": "Stories that emphasize tensions and critical challenges",
|
24 |
+
"style": "intense and provocative",
|
25 |
+
"keywords": ["disturbing", "challenging", "impactful", "revealing"]
|
26 |
},
|
27 |
"Comedia": {
|
28 |
+
"description": "Narratives that educate and connect through intelligent humor",
|
29 |
+
"style": "fun and approachable",
|
30 |
+
"keywords": ["funny", "entertaining", "light", "witty"]
|
31 |
},
|
32 |
"Rom谩ntico": {
|
33 |
+
"description": "Stories that cultivate deep emotional connections",
|
34 |
+
"style": "warm and captivating",
|
35 |
+
"keywords": ["passionate", "intimate", "emotional", "charming"]
|
36 |
+
},
|
37 |
+
"Profesional": {
|
38 |
+
"description": "Strategic narratives focused on results",
|
39 |
+
"style": "formal and strategic",
|
40 |
+
"keywords": ["professional", "effective", "strategic", "measurable"]
|
41 |
+
},
|
42 |
+
"Sarcasmo": {
|
43 |
+
"description": "Stories that use intelligent irony to connect",
|
44 |
+
"style": "ironic but friendly",
|
45 |
+
"keywords": ["ingenious", "insightful", "provocative", "clever"]
|
46 |
+
},
|
47 |
+
"Cachondo": {
|
48 |
+
"description": "Suggestive narratives that play with double meanings",
|
49 |
+
"style": "provocative but elegant",
|
50 |
+
"keywords": ["seductive", "attractive", "suggestive", "playful"]
|
51 |
+
},
|
52 |
+
"Creativo": {
|
53 |
+
"description": "Innovative narratives that break conventional schemes",
|
54 |
+
"style": "innovative and unique",
|
55 |
+
"keywords": ["original", "imaginative", "artistic", "avant-garde"]
|
56 |
}
|
57 |
}
|