app.py
CHANGED
|
@@ -31,8 +31,7 @@ Give a score for the product.
|
|
| 31 |
Format your response as a JSON object with \
|
| 32 |
'solution', 'problem', 'features', 'target_customer', 'fg_will_use', 'reason_to_use', 'fg_will_pay', 'reason_to_pay', 'score' as the keys.
|
| 33 |
"""
|
| 34 |
-
messages =
|
| 35 |
-
{'role':'system',
|
| 36 |
'content':"You are " + customer_persona + "."},
|
| 37 |
{'role':'system',
|
| 38 |
'content': sys_setup},
|
|
|
|
| 31 |
Format your response as a JSON object with \
|
| 32 |
'solution', 'problem', 'features', 'target_customer', 'fg_will_use', 'reason_to_use', 'fg_will_pay', 'reason_to_pay', 'score' as the keys.
|
| 33 |
"""
|
| 34 |
+
messages = [{'role':'system',
|
|
|
|
| 35 |
'content':"You are " + customer_persona + "."},
|
| 36 |
{'role':'system',
|
| 37 |
'content': sys_setup},
|