JeCabrera commited on
Commit
2704d1c
verified
1 Parent(s): 6b2a55a

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +2 -3
prompts.py CHANGED
@@ -184,13 +184,12 @@ def create_instruction(product_service, skills, target_audience=None):
184
 
185
  return (
186
  f"{system_prompt}\n\n"
187
- f"Create a detailed buyer persona for someone who would be interested in {product_service} "
188
- f"and would resonate with my skills in {skills}. Focus on identifying the ideal customer "
189
  f"who would value both the offering and my expertise.{target_audience_info}\n\n"
190
  f"Follow the format specified below, which integrates the Jungian archetypes more deeply into the persona structure. "
191
  f"Use the [EXAMPLE] as your base format but enhance it with the following structure:\n\n"
192
  f"**[FORMAT]**\n"
193
- f"## **\"[Nombre basado en Arquetipo]\"**\n\n"
194
  f"**Perfil Demogr谩fico:** [g茅nero], [rango de edad], [ubicaci贸n], [educaci贸n], [ocupaci贸n], [nivel de ingresos]\n\n"
195
  f"**Arquetipo Junguiano:** [Arquetipo primario] con elementos de [Arquetipo secundario]\n"
196
  f"*[Breve explicaci贸n de c贸mo este arquetipo se manifiesta en su vida diaria y toma de decisiones]*\n\n"
 
184
 
185
  return (
186
  f"{system_prompt}\n\n"
187
+ f"Create a detailed buyer persona for someone who would be interested in {product_service} and would resonate with my skills in {skills}. Focus on identifying the ideal customer "
 
188
  f"who would value both the offering and my expertise.{target_audience_info}\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:** [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"