Spaces:
Sleeping
Sleeping
Upload 17 files
Browse files- formulas.py +0 -9
- prompts.py +1 -0
formulas.py
CHANGED
@@ -536,15 +536,6 @@ VERSION X:
|
|
536 |
|
537 |
[Objections/concerns in lowercase, starting with capital letter] - Tab 2
|
538 |
|
539 |
-
Create 3 COMPLETELY DIFFERENT versions, each with:
|
540 |
-
- A different action verb
|
541 |
-
- A unique transformation approach
|
542 |
-
- A specific objection handling
|
543 |
-
- A different timeframe when possible
|
544 |
-
|
545 |
-
DO NOT repeat the same structure or approach between versions.
|
546 |
-
DO NOT use the same verbs or main benefits.
|
547 |
-
MAKE SURE each version is truly unique in its approach.
|
548 |
"""
|
549 |
}
|
550 |
}
|
|
|
536 |
|
537 |
[Objections/concerns in lowercase, starting with capital letter] - Tab 2
|
538 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
539 |
"""
|
540 |
}
|
541 |
}
|
prompts.py
CHANGED
@@ -2,6 +2,7 @@ from formulas import offer_formulas
|
|
2 |
from sophistication.generator import create_sophistication_instruction
|
3 |
from avatar_analysis import analyze_avatar
|
4 |
|
|
|
5 |
offer_system_prompt = """You are a world-class expert copywriter, experienced in creating compelling offers that connect emotionally with the target audience.
|
6 |
|
7 |
OBJECTIVE:
|
|
|
2 |
from sophistication.generator import create_sophistication_instruction
|
3 |
from avatar_analysis import analyze_avatar
|
4 |
|
5 |
+
# Modify the offer_system_prompt to specify the correct format for PUV
|
6 |
offer_system_prompt = """You are a world-class expert copywriter, experienced in creating compelling offers that connect emotionally with the target audience.
|
7 |
|
8 |
OBJECTIVE:
|