JeCabrera commited on
Commit
0a24864
·
verified ·
1 Parent(s): 9053ddc

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +18 -18
prompts.py CHANGED
@@ -131,21 +131,21 @@ Ensure your buyer persona thoroughly addresses these questions to create an accu
131
  ---
132
 
133
  This prompt ensures the ideal customer aligns with your interests and skills and will be a good prospect for your products/services."""
134
- def create_instruction(product_service, skills):
135
- return (
136
- f"{system_prompt}\n\n"
137
- f"Create a detailed buyer persona for someone who would be interested in {product_service} "
138
- f"and would resonate with my skills in {skills}. Focus on identifying the ideal customer "
139
- f"who would value both the offering and my expertise.\n\n"
140
- f"Follow the format specified in the [FORMAT] section and ensure the profile "
141
- f"addresses all aspects: demographics, psychographics, problems, needs, "
142
- f"purchase behavior, and decision-making process.\n\n"
143
- f"Make sure to:\n"
144
- f"1. Define clear demographic and psychographic characteristics\n"
145
- f"2. Identify specific problems that {product_service} can solve\n"
146
- f"3. Describe how my expertise in {skills} adds unique value\n"
147
- f"4. Detail their purchasing power and investment willingness\n"
148
- f"5. Explain their motivations and desires\n\n"
149
- f"Use the [WHAT WE REALLY WANT] section to inform the deeper motivations "
150
- f"and desires of the persona."
151
- )
 
131
  ---
132
 
133
  This prompt ensures the ideal customer aligns with your interests and skills and will be a good prospect for your products/services."""
134
+ def create_instruction(product_service, skills):
135
+ return (
136
+ f"{system_prompt}\n\n"
137
+ f"Create a detailed buyer persona for someone who would be interested in {product_service} "
138
+ f"and would resonate with my skills in {skills}. Focus on identifying the ideal customer "
139
+ f"who would value both the offering and my expertise.\n\n"
140
+ f"Follow the format specified in the [FORMAT] section and ensure the profile "
141
+ f"addresses all aspects: demographics, psychographics, problems, needs, "
142
+ f"purchase behavior, and decision-making process.\n\n"
143
+ f"Make sure to:\n"
144
+ f"1. Define clear demographic and psychographic characteristics\n"
145
+ f"2. Identify specific problems that {product_service} can solve\n"
146
+ f"3. Describe how my expertise in {skills} adds unique value\n"
147
+ f"4. Detail their purchasing power and investment willingness\n"
148
+ f"5. Explain their motivations and desires\n\n"
149
+ f"Use the [WHAT WE REALLY WANT] section to inform the deeper motivations "
150
+ f"and desires of the persona."
151
+ )