JeCabrera commited on
Commit
0fe5701
·
verified ·
1 Parent(s): 5eca16d

Update format/format.py

Browse files
Files changed (1) hide show
  1. format/format.py +28 -27
format/format.py CHANGED
@@ -334,33 +334,34 @@ ALL other aspects of the persona (fears, problems, etc.) MUST be consistent with
334
  """
335
 
336
  # Lo que realmente queremos (motivaciones profundas)
337
- "list": [
338
- "Increase our potential",
339
- "Escape danger",
340
- "Free ourselves from fear and guilt",
341
- "Silence those who doubt us",
342
- "Validate our feelings",
343
- "Power over others",
344
- "Advantages over our rivals",
345
- "Be free from the consequences",
346
- "Have more time dedicated to what we love",
347
- "Less time dedicated to what we hate",
348
- "Happiness and satisfaction",
349
- "Prove we are right",
350
- "Prove our detractors wrong",
351
- "Be attractive and charming to others",
352
- "Leave a lasting legacy",
353
- "Higher status among our peers",
354
- "Have a life full of comforts and luxuries",
355
- "Be accepted by a social group or community",
356
- "Be respected and admired for our intelligence, skills, or talents",
357
- "Be true to ourselves and reach our full potential",
358
- "Climb the social hierarchy",
359
- "Establish close and lasting relationships with friends and family",
360
- "Feel part of a group or community and be valued and appreciated by others",
361
- "Be appreciated for our actions and receive gratitude from others"
362
- ],
363
- "format": """
 
364
  **[WHAT WE REALLY WANT]**
365
  - Increase our potential
366
  - Escape danger
 
334
  """
335
 
336
  # Lo que realmente queremos (motivaciones profundas)
337
+ what_we_really_want = {
338
+ "list": [
339
+ "Increase our potential",
340
+ "Escape danger",
341
+ "Free ourselves from fear and guilt",
342
+ "Silence those who doubt us",
343
+ "Validate our feelings",
344
+ "Power over others",
345
+ "Advantages over our rivals",
346
+ "Be free from the consequences",
347
+ "Have more time dedicated to what we love",
348
+ "Less time dedicated to what we hate",
349
+ "Happiness and satisfaction",
350
+ "Prove we are right",
351
+ "Prove our detractors wrong",
352
+ "Be attractive and charming to others",
353
+ "Leave a lasting legacy",
354
+ "Higher status among our peers",
355
+ "Have a life full of comforts and luxuries",
356
+ "Be accepted by a social group or community",
357
+ "Be respected and admired for our intelligence, skills, or talents",
358
+ "Be true to ourselves and reach our full potential",
359
+ "Climb the social hierarchy",
360
+ "Establish close and lasting relationships with friends and family",
361
+ "Feel part of a group or community and be valued and appreciated by others",
362
+ "Be appreciated for our actions and receive gratitude from others"
363
+ ],
364
+ "format": """
365
  **[WHAT WE REALLY WANT]**
366
  - Increase our potential
367
  - Escape danger