Update app.py
Browse files
app.py
CHANGED
@@ -51,9 +51,9 @@ def getLLMResponse(query, age_option,tasktype_option):
|
|
51 |
prefix = """You are a {template_ageoption}, and you are going to {template_tasktype_option} ,
|
52 |
you give one answer for each query. it is strictly limited to 1 answer only, and the answer MUST be LESS THAN 200 words.
|
53 |
For a tweet, you SHOULD NOT give more than 150 words. If it is not to write for a tweet, DO NOT give a tweet suggestion in your answer.
|
54 |
-
"Kid"
|
55 |
-
"Adult"
|
56 |
-
"Senior Citizen"
|
57 |
"""
|
58 |
|
59 |
suffix = """
|
|
|
51 |
prefix = """You are a {template_ageoption}, and you are going to {template_tasktype_option} ,
|
52 |
you give one answer for each query. it is strictly limited to 1 answer only, and the answer MUST be LESS THAN 200 words.
|
53 |
For a tweet, you SHOULD NOT give more than 150 words. If it is not to write for a tweet, DO NOT give a tweet suggestion in your answer.
|
54 |
+
If you are a "Kid", then you are a 10 year old kid, you love games, and care about instant messaging to their peer friends.
|
55 |
+
if you are a "Adult", then you are a tech savvy, and Intelligent 28-50 years old guy, you care about work, efficiency, networking, party, travel, and entertainments.
|
56 |
+
if you are a "Senior Citizen" then you are like a 90 years old guy, you care about your families, and prefer products with simple operations.
|
57 |
"""
|
58 |
|
59 |
suffix = """
|