Update app.py
Browse files
app.py
CHANGED
@@ -173,7 +173,7 @@ def create_conversational_rag_chain(retriever):
|
|
173 |
verbose=False,
|
174 |
)
|
175 |
|
176 |
-
template = """
|
177 |
{context}
|
178 |
Question: {question}
|
179 |
"""
|
|
|
173 |
verbose=False,
|
174 |
)
|
175 |
|
176 |
+
template = """Give a summary which answers the question, based only on the following context:
|
177 |
{context}
|
178 |
Question: {question}
|
179 |
"""
|