Update app.py
Browse files
app.py
CHANGED
@@ -69,6 +69,13 @@ Context: {context}
|
|
69 |
Question: {question}
|
70 |
|
71 |
Provide a comprehensive, precise answer based strictly on the document's content.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
If the answer isn't directly available, explain why. """,
|
73 |
input_variables=["context", "question"]
|
74 |
)
|
|
|
69 |
Question: {question}
|
70 |
|
71 |
Provide a comprehensive, precise answer based strictly on the document's content.
|
72 |
+
Use this specific structure:
|
73 |
+
1) Short summary of the response
|
74 |
+
2) Headlines and bullet points with descriptions
|
75 |
+
3) Overall take and conclusion of result
|
76 |
+
|
77 |
+
NOTE: Give precise and short answers when asked about specific terms and summary of specific topic
|
78 |
+
|
79 |
If the answer isn't directly available, explain why. """,
|
80 |
input_variables=["context", "question"]
|
81 |
)
|