JeCabrera commited on
Commit
a3545fd
·
verified ·
1 Parent(s): 162d991

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +20 -8
prompts.py CHANGED
@@ -87,24 +87,36 @@ def create_instruction(product_service, skills, target_audience=None, gender=Non
87
  # Instrucciones para el formato de listas
88
  format_instruction = """
89
  \n\nIMPORTANT - LIST FORMAT:
90
- For the sections of Fears, Insecurities, Guilt, Problems, and Frustrations, use BULLET POINTS (•) with a LINE BREAK after each item.
91
 
92
  Example:
93
  Miedos:
94
  • Miedo a quedarse atrás en el mercado por no dominar nuevas tecnologías.
 
95
  • Temor a perder oportunidades de negocio por barreras de comunicación.
 
96
  • Preocupación por no poder expandir su empresa internacionalmente.
97
 
98
- The correct format is:
99
- Inseguridades:
100
- Duda de su capacidad para aprender inglés a su edad y con sus responsabilidades.
101
- • Se siente incómodo al hablar inglés en público por temor a cometer errores.
102
- Le preocupa no tener suficiente tiempo para dedicar al aprendizaje del inglés.
103
- • Se compara con otros profesionales que dominan el inglés y se siente inferior.
104
 
105
- DO NOT use this incorrect format:
 
 
 
 
106
  Inseguridades: • Primera inseguridad • Segunda inseguridad • Tercera inseguridad
107
 
 
 
 
 
 
 
 
108
  DO NOT use hyphens (-) or numbers for these lists.
109
  """
110
 
 
87
  # Instrucciones para el formato de listas
88
  format_instruction = """
89
  \n\nIMPORTANT - LIST FORMAT:
90
+ For the sections of Fears, Insecurities, Guilt, Problems, and Frustrations, use BULLET POINTS (•) with PROPER PARAGRAPH BREAKS after each item.
91
 
92
  Example:
93
  Miedos:
94
  • Miedo a quedarse atrás en el mercado por no dominar nuevas tecnologías.
95
+
96
  • Temor a perder oportunidades de negocio por barreras de comunicación.
97
+
98
  • Preocupación por no poder expandir su empresa internacionalmente.
99
 
100
+ The correct format is (note the empty line between each bullet point):
101
+ Culpa:
102
+ Se siente culpable por no pasar suficiente tiempo con su hijo debido al trabajo.
103
+
104
+ Siente remordimiento por no haber aprendido inglés antes y ahora tener que hacerlo a la fuerza.
 
105
 
106
+ Experimenta culpa al gastar dinero en un curso de inglés en lugar de en otras necesidades de su hijo.
107
+
108
+ • Se siente mal por no poder ayudar a su hijo con sus tareas de inglés.
109
+
110
+ DO NOT use this incorrect format (without paragraph breaks):
111
  Inseguridades: • Primera inseguridad • Segunda inseguridad • Tercera inseguridad
112
 
113
+ ALSO DO NOT use this incorrect format (without empty lines between items):
114
+ Problemas:
115
+ • Tiene dificultades para encontrar tiempo para estudiar inglés debido a su trabajo y responsabilidades familiares.
116
+ • Se siente abrumado por la cantidad de información y recursos disponibles para aprender inglés.
117
+ • Le resulta difícil concentrarse y mantenerse motivado para estudiar después de un largo día de trabajo.
118
+
119
+ ENSURE there is an EMPTY LINE between each bullet point to create proper paragraph separation.
120
  DO NOT use hyphens (-) or numbers for these lists.
121
  """
122