app.py
CHANGED
@@ -30,7 +30,7 @@ Give a score for the product.
|
|
30 |
|
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 + "."},
|
|
|
30 |
|
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 + "."},
|