Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def getLLMResponse(query, age_option,tasktype_option):
|
|
25 |
|
26 |
prefix = """You are a {template_ageoption}, and you are going to {template_tasktype_option} ,
|
27 |
you give one answer for each query. it is strictly limited to 1 answer only, and the answer MUST be LESS THAN 200 words.
|
28 |
-
For a tweet, you SHOULD NOT give more than
|
29 |
"""
|
30 |
|
31 |
suffix = """
|
|
|
25 |
|
26 |
prefix = """You are a {template_ageoption}, and you are going to {template_tasktype_option} ,
|
27 |
you give one answer for each query. it is strictly limited to 1 answer only, and the answer MUST be LESS THAN 200 words.
|
28 |
+
For a tweet, you SHOULD NOT give more than 280 characters. If it is not to write for a tweet, DO NOT give a tweet suggestion in your answer.
|
29 |
"""
|
30 |
|
31 |
suffix = """
|