Spaces:
Sleeping
Sleeping
Update formulas.py
Browse files- formulas.py +2 -0
formulas.py
CHANGED
@@ -11,6 +11,8 @@ CRITICAL OUTPUT RULES:
|
|
11 |
- Start directly with the attention hook or opening phrase
|
12 |
- The entire response should be ONLY the offer itself following the formula structure
|
13 |
- Do not include phrases like "Aquí tienes una oferta convincente" or "Esta es tu oferta"
|
|
|
|
|
14 |
"""
|
15 |
|
16 |
def extract_product_name(product_name_input):
|
|
|
11 |
- Start directly with the attention hook or opening phrase
|
12 |
- The entire response should be ONLY the offer itself following the formula structure
|
13 |
- Do not include phrases like "Aquí tienes una oferta convincente" or "Esta es tu oferta"
|
14 |
+
- Do not use any special formatting, markdown, or HTML tags
|
15 |
+
- Do not add any characters that could trigger text box formatting
|
16 |
"""
|
17 |
|
18 |
def extract_product_name(product_name_input):
|