JeCabrera commited on
Commit
43aac26
verified
1 Parent(s): 54799ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -58,7 +58,7 @@ def generate_bullets(number_of_bullets, target_audience, product, call_to_action
58
  # Configuraci贸n del modelo
59
  generation_config = {
60
  "temperature": temperature,
61
- "top_p": 0.85,
62
  "top_k": 128,
63
  "max_output_tokens": 2048,
64
  "response_mime_type": "text/plain",
@@ -69,8 +69,8 @@ def generate_bullets(number_of_bullets, target_audience, product, call_to_action
69
  model_name="gemini-1.5-flash",
70
  generation_config=generation_config,
71
  system_instruction=(
72
- f"Eres un experto copywriter especializado en escribir beneficios atractivos para {target_audience} sobre {product} que promueven la acci贸n de {call_to_action}. "
73
- "Tu tarea es ayudarme a escribir bullets que destaquen los beneficios de asistir, descargar o inscribirme al webinar. "
74
  "Recuerda que cada bullet debe ser breve, claro y persuasivo, y seguir la estructura 'Beneficio + Conector + Valor'. "
75
  "Los bullets deben inspirar inter茅s y motivar al lector a tomar acci贸n. "
76
  )
 
58
  # Configuraci贸n del modelo
59
  generation_config = {
60
  "temperature": temperature,
61
+ "top_p": 0.90,
62
  "top_k": 128,
63
  "max_output_tokens": 2048,
64
  "response_mime_type": "text/plain",
 
69
  model_name="gemini-1.5-flash",
70
  generation_config=generation_config,
71
  system_instruction=(
72
+ f"Eres un experto copywriter especializado en escribir bullets atractivos para {target_audience} sobre {product} que promueven la acci贸n de {call_to_action}. "
73
+ "Tu tarea es ayudarme a escribir bullets que destaquen los beneficios de {product}. "
74
  "Recuerda que cada bullet debe ser breve, claro y persuasivo, y seguir la estructura 'Beneficio + Conector + Valor'. "
75
  "Los bullets deben inspirar inter茅s y motivar al lector a tomar acci贸n. "
76
  )