Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- prompts.py +9 -0
prompts.py
CHANGED
|
@@ -99,6 +99,15 @@ Create a compelling offer following the formula structure exactly, adapting it t
|
|
| 99 |
|
| 100 |
# Combine the base guidance with formula-specific guidance
|
| 101 |
instruction += f"\n\nMARKET SOPHISTICATION GUIDANCE:\n{base_sophistication_guidance}{formula_specific_guidance}\n\nEnsure the entire offer maintains consistency with this Level 4 sophistication while following the formula structure."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
elif sophistication_level:
|
| 103 |
# Original code for other sophistication levels
|
| 104 |
# Get basic sophistication guidance
|
|
|
|
| 99 |
|
| 100 |
# Combine the base guidance with formula-specific guidance
|
| 101 |
instruction += f"\n\nMARKET SOPHISTICATION GUIDANCE:\n{base_sophistication_guidance}{formula_specific_guidance}\n\nEnsure the entire offer maintains consistency with this Level 4 sophistication while following the formula structure."
|
| 102 |
+
elif sophistication_level and sophistication_level == "Nivel 5: Mercado insensibilizado y hastiado":
|
| 103 |
+
# Get basic sophistication guidance
|
| 104 |
+
base_sophistication_guidance = create_sophistication_instruction(sophistication_level)
|
| 105 |
+
|
| 106 |
+
# Add formula-specific guidance for Nivel 5
|
| 107 |
+
formula_specific_guidance = f"\n\nFor this Level 5 market sophistication:\n- Focus on emotional connection and values rather than product features\n- Convey a purpose or philosophy that resonates with the audience\n- Use storytelling that creates identity and belonging\n- Minimize direct selling or product mentions\n- Emphasize lifestyle and emotional experience\n- Use inspirational tone that transcends the product category\n- Focus on transformation of identity, not just results\n- Invite the audience to join a movement or philosophy\n- Use language that empowers and elevates the customer\n- Emphasize the journey and emotional transformation"
|
| 108 |
+
|
| 109 |
+
# Combine the base guidance with formula-specific guidance
|
| 110 |
+
instruction += f"\n\nMARKET SOPHISTICATION GUIDANCE:\n{base_sophistication_guidance}{formula_specific_guidance}\n\nEnsure the entire offer maintains consistency with this Level 5 sophistication while following the formula structure."
|
| 111 |
elif sophistication_level:
|
| 112 |
# Original code for other sophistication levels
|
| 113 |
# Get basic sophistication guidance
|