Spaces:
Running
Running
update super concise prompt template
Browse files
app.py
CHANGED
@@ -374,14 +374,15 @@ def create_conversational_chain(db, file_path, model_key):
|
|
374 |
User Question: {question}
|
375 |
|
376 |
IMPORTANT INSTRUCTIONS:
|
377 |
-
1. Answer
|
378 |
-
2.
|
379 |
-
3.
|
380 |
-
4.
|
381 |
-
5.
|
382 |
-
6.
|
383 |
-
7.
|
384 |
-
8. Do
|
|
|
385 |
|
386 |
Your analysis:
|
387 |
"""
|
|
|
374 |
User Question: {question}
|
375 |
|
376 |
IMPORTANT INSTRUCTIONS:
|
377 |
+
1. Answer ONLY what was asked. Be extremely brief.
|
378 |
+
2. Do NOT explain your reasoning process or methodology.
|
379 |
+
3. Do NOT show code or calculations even if performed.
|
380 |
+
4. Do NOT provide additional information beyond what was asked.
|
381 |
+
5. For calculations, just provide the final result with up to 2 decimal places.
|
382 |
+
6. Do NOT offer any explanations or clarifications unless asked.
|
383 |
+
7. Do NOT begin with phrases like "Based on the data..." or "According to the CSV...".
|
384 |
+
8. Do NOT end with phrases like "Is there anything else..." or "Let me know if...".
|
385 |
+
9. DO NOT restate or rephrase the question.
|
386 |
|
387 |
Your analysis:
|
388 |
"""
|