JeCabrera commited on
Commit
ed21650
verified
1 Parent(s): abb41d7

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +7 -2
prompts.py CHANGED
@@ -189,8 +189,13 @@ def create_instruction(product_service, skills, target_audience=None):
189
  f"Follow the format specified below, which integrates the Jungian archetypes more deeply into the persona structure. "
190
  f"Use the [EXAMPLE] as your base format but enhance it with the following structure:\n\n"
191
  f"**[FORMAT]**\n"
192
- f"##[Nombre basado en Arquetipo\n\n"
193
- f"**Perfil Demogr谩fico:** [g茅nero], [rango de edad], [ubicaci贸n], [educaci贸n], [ocupaci贸n], [nivel de ingresos]\n\n"
 
 
 
 
 
194
  f"**Arquetipo Junguiano:** [Arquetipo primario] con elementos de [Arquetipo secundario]\n"
195
  f"*[Breve explicaci贸n de c贸mo este arquetipo se manifiesta en su vida diaria y toma de decisiones]*\n\n"
196
  f"**Valores y Creencias Fundamentales:** [3-5 valores clave que impulsan sus decisiones]\n\n"
 
189
  f"Follow the format specified below, which integrates the Jungian archetypes more deeply into the persona structure. "
190
  f"Use the [EXAMPLE] as your base format but enhance it with the following structure:\n\n"
191
  f"**[FORMAT]**\n"
192
+ f"## \"[Nombre basado en Arquetipo]\"\n\n"
193
+ f"**Perfil Demogr谩fico:**\n\n"
194
+ f"**Edad:** [g茅nero], [rango de edad],\n\n"
195
+ f"**Lugar de vivienda:** [ubicaci贸n],\n\n"
196
+ f"**Profesi贸n:** [educaci贸n]\n\n"
197
+ f"**Ocupaci贸n:** [tipo de trabajo]\n\n"
198
+ f"**Nivel de ingresos:** [rango de ingresos]\n\n"
199
  f"**Arquetipo Junguiano:** [Arquetipo primario] con elementos de [Arquetipo secundario]\n"
200
  f"*[Breve explicaci贸n de c贸mo este arquetipo se manifiesta en su vida diaria y toma de decisiones]*\n\n"
201
  f"**Valores y Creencias Fundamentales:** [3-5 valores clave que impulsan sus decisiones]\n\n"