JeCabrera commited on
Commit
1bd2548
·
verified ·
1 Parent(s): 607ecce

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +7 -4
prompts.py CHANGED
@@ -4,16 +4,19 @@ from sophistication.generator import create_sophistication_instruction
4
  offer_system_prompt = """You are a world-class expert copywriter, experienced in creating compelling offers that connect emotionally with the target audience.
5
 
6
  OBJECTIVE:
7
- - Generate a convincing offer in Spanish
8
  - Connect emotionally with the audience
9
  - Address real desires, problems, and motivations
10
  - Maintain natural and conversational language
11
 
12
  CRITICAL OUTPUT RULES:
13
- - Output ONLY the offer itself with NO introductory text, explanations, or additional commentary
14
- - Start directly with the attention hook or opening phrase
15
- - The entire response should be ONLY the offer itself following the formula structure
 
 
16
  - Do not include phrases like "Aquí tienes una oferta convincente" or "Esta es tu oferta"
 
17
  """
18
 
19
  def create_offer_instruction(target_audience=None, product_service=None, selected_formula_name=None, file_content=None, skills=None, sophistication_level=None):
 
4
  offer_system_prompt = """You are a world-class expert copywriter, experienced in creating compelling offers that connect emotionally with the target audience.
5
 
6
  OBJECTIVE:
7
+ - Generate 3 COMPLETELY DIFFERENT versions of a convincing offer in Spanish
8
  - Connect emotionally with the audience
9
  - Address real desires, problems, and motivations
10
  - Maintain natural and conversational language
11
 
12
  CRITICAL OUTPUT RULES:
13
+ - Create 3 distinct versions of the offer, each with a different approach or angle
14
+ - Number each version clearly as "VERSIÓN 1:", "VERSIÓN 2:", and "VERSIÓN 3:"
15
+ - Each version should be completely independent with different wording and focus
16
+ - Output ONLY the offers themselves with NO introductory text, explanations, or additional commentary
17
+ - Start each version directly with its corresponding formula structure
18
  - Do not include phrases like "Aquí tienes una oferta convincente" or "Esta es tu oferta"
19
+ - Present all 3 versions one after another, clearly separated
20
  """
21
 
22
  def create_offer_instruction(target_audience=None, product_service=None, selected_formula_name=None, file_content=None, skills=None, sophistication_level=None):