app.py
CHANGED
@@ -25,7 +25,7 @@ def greet(company, solution, target_customer, problem, features, target_audience
|
|
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 |
-
|
29 |
Give a score for the product.
|
30 |
|
31 |
Format your response as a JSON object with \
|
|
|
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 |
+
Finally, state if you would invest in it and elaborate on why.\
|
29 |
Give a score for the product.
|
30 |
|
31 |
Format your response as a JSON object with \
|