JeCabrera commited on
Commit
c993dc2
verified
1 Parent(s): 14fd5f1

Update story_moods.py

Browse files
Files changed (1) hide show
  1. story_moods.py +43 -12
story_moods.py CHANGED
@@ -1,26 +1,57 @@
1
  story_moods = {
 
 
 
 
 
2
  "Emocional": {
3
- "name": "Emocional",
4
- "description": "Historias que conectan con los sentimientos profundos y experiencias personales"
 
5
  },
6
  "Triste": {
7
- "name": "Triste",
8
- "description": "Narrativas que evocan empat铆a y superaci贸n personal"
 
9
  },
10
  "Feliz": {
11
- "name": "Feliz",
12
- "description": "Relatos optimistas y motivadores que inspiran"
 
13
  },
14
  "Horror": {
15
- "name": "Horror",
16
- "description": "Historias que enfatizan problemas y situaciones desafiantes"
 
17
  },
18
  "Comedia": {
19
- "name": "Comedia",
20
- "description": "Narrativas ligeras y entretenidas que educan con humor"
 
21
  },
22
  "Rom谩ntico": {
23
- "name": "Rom谩ntico",
24
- "description": "Historias que evocan conexi贸n emocional y cercan铆a"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
  }