Update app.py
Browse files
app.py
CHANGED
@@ -171,6 +171,8 @@ async def generate(request: Request):
|
|
171 |
"Avoid unnecessary verbosity and focus on key insights.",
|
172 |
"Ensure your responses are clear and directly address the questions asked.",
|
173 |
"Alway follow the instructions provided in the prompt and respond within instructed word limits.",
|
|
|
|
|
174 |
)
|
175 |
|
176 |
# Construct messages for the current request only
|
|
|
171 |
"Avoid unnecessary verbosity and focus on key insights.",
|
172 |
"Ensure your responses are clear and directly address the questions asked.",
|
173 |
"Alway follow the instructions provided in the prompt and respond within instructed word limits.",
|
174 |
+
"MOST IMPORTANT THIS IS TO FOLLOW THE OUTPUT FORMAT LIKE summary:{} or introduction:{}.",
|
175 |
+
"You are just a mechine so just stick to the Instructions and respond as an API not as User/Human/Person.",
|
176 |
)
|
177 |
|
178 |
# Construct messages for the current request only
|