Update app.py
Browse files
app.py
CHANGED
@@ -48,8 +48,9 @@ def getLLMResponse(query, age_option,tasktype_option):
|
|
48 |
)
|
49 |
|
50 |
|
51 |
-
prefix = """You are a {template_ageoption}, and {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 |
"""
|
54 |
|
55 |
suffix = """
|
|
|
48 |
)
|
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 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 |
"""
|
55 |
|
56 |
suffix = """
|