Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ def get_gemini_response_bullets(target_audience, product, num_bullets, temperatu
|
|
| 54 |
# Configuraci贸n del modelo
|
| 55 |
generation_config = {
|
| 56 |
"temperature": temperature,
|
| 57 |
-
"top_p": 0.
|
| 58 |
"top_k": 128,
|
| 59 |
"max_output_tokens": 2048,
|
| 60 |
"response_mime_type": "text/plain",
|
|
@@ -67,7 +67,8 @@ def get_gemini_response_bullets(target_audience, product, num_bullets, temperatu
|
|
| 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}.'"
|
| 72 |
)
|
| 73 |
)
|
|
|
|
| 54 |
# Configuraci贸n del modelo
|
| 55 |
generation_config = {
|
| 56 |
"temperature": temperature,
|
| 57 |
+
"top_p": 0.90,
|
| 58 |
"top_k": 128,
|
| 59 |
"max_output_tokens": 2048,
|
| 60 |
"response_mime_type": "text/plain",
|
|
|
|
| 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 with a format conversational that capture {target_audience}'s attention like this: '隆Adi贸s a las prisas! Olv铆date de las esperas del transporte p煤blico, llega a tiempo a las actividades de tus hijos y disfruta de m谩s tiempo de calidad con ellos.' Respond in Spanish and use a numbered list format. "
|
| 71 |
+
"Never respond like this: 'Crea momentos inolvidables: Comparte la experiencia de cocinar con tus hijos, fomentando la uni贸n familiar y creando recuerdos especiales.'"
|
| 72 |
f"When responding, always include a heading referencing {target_audience} as follows: 'Aqu铆 hay {num_bullets} bullets para convencer a {target_audience}.'"
|
| 73 |
)
|
| 74 |
)
|