Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- prompts.py +21 -15
prompts.py
CHANGED
@@ -396,17 +396,23 @@ def create_fb_ad_instruction(target_audience, product, selected_formula, selecte
|
|
396 |
|
397 |
| ANUNCIO PREMIUM #1 |
|
398 |
|
399 |
-
[
|
|
|
|
|
400 |
|
401 |
|
402 |
| ANUNCIO PREMIUM #2 |
|
403 |
|
404 |
-
[
|
|
|
|
|
405 |
|
406 |
|
407 |
| ANUNCIO PREMIUM #3 |
|
408 |
|
409 |
-
[
|
|
|
|
|
410 |
|
411 |
--------------------------
|
412 |
|
@@ -432,8 +438,7 @@ def create_fb_ad_instruction(target_audience, product, selected_formula, selecte
|
|
432 |
Your goal is to inspire desire and action, avoiding explanations or categories in the response.
|
433 |
DO NOT include any headline separately at the beginning of your response.
|
434 |
DO NOT include "Anuncio Generado:" or any other text before the ad format.
|
435 |
-
|
436 |
-
The headline should ONLY appear as the first line of each ad's text.
|
437 |
"""
|
438 |
|
439 |
# If a headline is provided, make the instruction even more explicit
|
@@ -450,16 +455,17 @@ def create_fb_ad_instruction(target_audience, product, selected_formula, selecte
|
|
450 |
- Mantén la esencia y el gancho del titular, pero evita dirigirte directamente al lector.
|
451 |
|
452 |
Usa el titular proporcionado solo si cumple con estas pautas. Si no cumple, modifícalo sutilmente para mantener su impacto mientras evitas el uso de la segunda persona.
|
453 |
-
-
|
454 |
-
-
|
455 |
-
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
|
|
463 |
"""
|
464 |
|
465 |
# Añadir verificación de políticas internamente (no visible para el usuario)
|
|
|
396 |
|
397 |
| ANUNCIO PREMIUM #1 |
|
398 |
|
399 |
+
[Headline for the first ad]
|
400 |
+
|
401 |
+
[Complete text for the first ad, starting with the opening paragraph]
|
402 |
|
403 |
|
404 |
| ANUNCIO PREMIUM #2 |
|
405 |
|
406 |
+
[Headline for the second ad]
|
407 |
+
|
408 |
+
[Complete text for the second ad, starting with the opening paragraph]
|
409 |
|
410 |
|
411 |
| ANUNCIO PREMIUM #3 |
|
412 |
|
413 |
+
[Headline for the third ad]
|
414 |
+
|
415 |
+
[Complete text for the third ad, starting with the opening paragraph]
|
416 |
|
417 |
--------------------------
|
418 |
|
|
|
438 |
Your goal is to inspire desire and action, avoiding explanations or categories in the response.
|
439 |
DO NOT include any headline separately at the beginning of your response.
|
440 |
DO NOT include "Anuncio Generado:" or any other text before the ad format.
|
441 |
+
The headline should appear on its own line, separated from the ad text by a blank line.
|
|
|
442 |
"""
|
443 |
|
444 |
# If a headline is provided, make the instruction even more explicit
|
|
|
455 |
- Mantén la esencia y el gancho del titular, pero evita dirigirte directamente al lector.
|
456 |
|
457 |
Usa el titular proporcionado solo si cumple con estas pautas. Si no cumple, modifícalo sutilmente para mantener su impacto mientras evitas el uso de la segunda persona.
|
458 |
+
- Coloca este titular en una línea separada, antes del texto del anuncio
|
459 |
+
- Deja una línea en blanco entre el titular y el texto del anuncio
|
460 |
+
- El formato debe ser:
|
461 |
+
|
462 |
+
| ANUNCIO PREMIUM #1 |
|
463 |
+
|
464 |
+
{headline}
|
465 |
+
|
466 |
+
[Texto del anuncio comenzando con el párrafo de apertura]
|
467 |
+
|
468 |
+
- La respuesta debe comenzar directamente con '| ANUNCIO PREMIUM #1 |' sin ningún texto antes
|
469 |
"""
|
470 |
|
471 |
# Añadir verificación de políticas internamente (no visible para el usuario)
|