Update app.py
Browse files
app.py
CHANGED
@@ -49,8 +49,11 @@ def getLLMResponse(query, age_option,tasktype_option):
|
|
49 |
|
50 |
|
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
|
53 |
-
For tweet, you
|
|
|
|
|
|
|
54 |
"""
|
55 |
|
56 |
suffix = """
|
|
|
49 |
|
50 |
|
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" just love games, and care only about instant messaging to their peer friends.
|
55 |
+
"Adult" is tech savvy, and Intelligent, care about work and networking.
|
56 |
+
"Senior Citizen" is like 90 years old guys, they care only about their families, and prefer products with simple operations.
|
57 |
"""
|
58 |
|
59 |
suffix = """
|