JeCabrera commited on
Commit
253e706
·
verified ·
1 Parent(s): 442cfe7

Update prompts.py

Browse files
Files changed (1) hide show
  1. 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
- [Complete text for the first ad, with the headline as the first line of the ad text]
 
 
400
 
401
 
402
  | ANUNCIO PREMIUM #2 |
403
 
404
- [Complete text for the second ad, with the headline as the first line of the ad text]
 
 
405
 
406
 
407
  | ANUNCIO PREMIUM #3 |
408
 
409
- [Complete text for the third ad, with the headline as the first line of the ad text]
 
 
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
- DO NOT include the headline as a separate element outside the ad format.
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
- - Integra este titular DENTRO del texto del anuncio como parte del formato
454
- - NO lo muestres separado al principio de la respuesta
455
- - Asegúrate de que el titular aparezca como parte del formato del anuncio (por ejemplo, como primera línea del ANUNCIO PREMIUM #1)
456
- - El titular debe aparecer naturalmente dentro del texto del anuncio, no como un elemento separado
457
- IMPORTANTE - FORMATO DEL TITULAR:
458
- - El titular proporcionado "{headline}" debe aparecer ÚNICAMENTE como la primera línea del texto del anuncio
459
- - NO lo muestres como un elemento separado fuera del formato del anuncio
460
- - NO lo repitas al principio de la respuesta
461
- - El titular debe estar integrado como la primera línea del texto del anuncio, dentro del formato "| ANUNCIO PREMIUM #1 |"
462
- - La respuesta debe comenzar directamente con "| ANUNCIO PREMIUM #1 |" sin ningún texto o titular antes
 
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)