app.py
CHANGED
@@ -22,8 +22,7 @@ def get_completion_from_messages(messages,
|
|
22 |
|
23 |
def greet(company, solution, target_customer, problem, features, customer_persona="the target customer"):
|
24 |
pitch = f"""My company, {company} is developing {solution} to help {target_customer} {problem} with {features}"""
|
25 |
-
|
26 |
-
sys_setup = f"""
|
27 |
Determine the product or solution, the problem being solved, features, target customer that are being discussed in the \
|
28 |
following user prompt. State if you would use this product and elaborate on why. Also state if you would pay for it and elaborate on why.\
|
29 |
Give a score for the product.
|
|
|
22 |
|
23 |
def greet(company, solution, target_customer, problem, features, customer_persona="the target customer"):
|
24 |
pitch = f"""My company, {company} is developing {solution} to help {target_customer} {problem} with {features}"""
|
25 |
+
sys_setup = f"""
|
|
|
26 |
Determine the product or solution, the problem being solved, features, target customer that are being discussed in the \
|
27 |
following user prompt. State if you would use this product and elaborate on why. Also state if you would pay for it and elaborate on why.\
|
28 |
Give a score for the product.
|