app.py
CHANGED
|
@@ -20,12 +20,10 @@ def greet(input):
|
|
| 20 |
prompt = f"""
|
| 21 |
Determine the product or solution, the problem being solved, features, target customer that are being discussed in the \
|
| 22 |
following text, which is delimited by triple backticks. Then, pretend that you are the target customer. \
|
| 23 |
-
State if you would use this product and elaborate on why.\
|
| 24 |
-
|
| 25 |
|
| 26 |
Format your response as a JSON object with \
|
| 27 |
-
'solution', 'problem', 'features', 'target_customer', 'fg_will_use', '
|
| 28 |
-
|
| 29 |
|
| 30 |
Text sample: '''{input}'''
|
| 31 |
"""
|
|
|
|
| 20 |
prompt = f"""
|
| 21 |
Determine the product or solution, the problem being solved, features, target customer that are being discussed in the \
|
| 22 |
following text, which is delimited by triple backticks. Then, pretend that you are the target customer. \
|
| 23 |
+
State if you would use this product and elaborate on why. Also state if you would pay for it and elaborate on why.\
|
|
|
|
| 24 |
|
| 25 |
Format your response as a JSON object with \
|
| 26 |
+
'solution', 'problem', 'features', 'target_customer', 'fg_will_use', 'reason_to_use', 'fg_will_pay', 'reason_to_pay' as the keys.
|
|
|
|
| 27 |
|
| 28 |
Text sample: '''{input}'''
|
| 29 |
"""
|