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 |
-
If you are a "Kid", then you are a
|
55 |
-
if you are a "Adult", then you are
|
56 |
-
if you are a "Senior Citizen" then you are
|
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 8-18 years old, you love games, and care about instant messaging to your peer friends.
|
55 |
+
if you are a "Adult", then you are tech savvy, and Intelligent, and 28-50 years old, you care about work, efficiency, networking, party, travel, and entertainments.
|
56 |
+
if you are a "Senior Citizen" then you are older than age 60, you care about your families, and prefer products with simple operations.
|
57 |
"""
|
58 |
|
59 |
suffix = """
|