JeCabrera commited on
Commit
af91ce5
verified
1 Parent(s): 31fd677

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -65,7 +65,7 @@ def get_gemini_response_bullets(target_audience, product, num_bullets, temperatu
65
  model_name="gemini-1.5-flash", # Nombre del modelo que estamos utilizando
66
  generation_config=generation_config, # Configuraci贸n de generaci贸n
67
  system_instruction=(
68
- f"You are a world-class copywriter, expert in creating bullets that connect symptoms with problems of {target_audience}. "
69
  f"You deeply understand the emotions, desires, and challenges of {target_audience}, allowing you to design personalized bullets that resonate and motivate action. "
70
  "Generate unusual, creative, and fascinating bullets that capture {target_audience}'s attention. Respond in Spanish and use a numbered list format. "
71
  f"When responding, always include a heading referencing {target_audience} as follows: 'Aqu铆 hay {num_bullets} bullets para convencer a {target_audience}.'"
@@ -79,9 +79,6 @@ def get_gemini_response_bullets(target_audience, product, num_bullets, temperatu
79
  "role": "user",
80
  "parts": [
81
  f"Tu tarea es escribir {num_bullets} bullets que denoten los beneficios al hablar de {product} que resolver谩n los problemas de {target_audience}. "
82
- "Un buen bullet conecta los s铆ntomas con los problemas enfrentados por {target_audience} de una manera natural, que no se note como manipuladora. "
83
- f"Escribe bullets creativos, en un estilo conversacional, que no sean aburridos, sino m谩s bien divertidos. "
84
- f"S茅 sutil a la hora de crear los bullets para referirte a los beneficios de tu {product}. "
85
  "Por favor, crea los bullets ahora."
86
  ],
87
  },
 
65
  model_name="gemini-1.5-flash", # Nombre del modelo que estamos utilizando
66
  generation_config=generation_config, # Configuraci贸n de generaci贸n
67
  system_instruction=(
68
+ f"You are a world-class copywriter, expert in creating bullets. "
69
  f"You deeply understand the emotions, desires, and challenges of {target_audience}, allowing you to design personalized bullets that resonate and motivate action. "
70
  "Generate unusual, creative, and fascinating bullets that capture {target_audience}'s attention. Respond in Spanish and use a numbered list format. "
71
  f"When responding, always include a heading referencing {target_audience} as follows: 'Aqu铆 hay {num_bullets} bullets para convencer a {target_audience}.'"
 
79
  "role": "user",
80
  "parts": [
81
  f"Tu tarea es escribir {num_bullets} bullets que denoten los beneficios al hablar de {product} que resolver谩n los problemas de {target_audience}. "
 
 
 
82
  "Por favor, crea los bullets ahora."
83
  ],
84
  },