Update app.py
Browse files
app.py
CHANGED
@@ -177,7 +177,7 @@ def create_conversational_rag_chain(retriever):
|
|
177 |
verbose=False,
|
178 |
)
|
179 |
|
180 |
-
template = """Answer the question using natural language, based only on context:
|
181 |
{context}. Be consise.
|
182 |
Question: {question}
|
183 |
"""
|
|
|
177 |
verbose=False,
|
178 |
)
|
179 |
|
180 |
+
template = """Answer the question using natural language, based only on following context:
|
181 |
{context}. Be consise.
|
182 |
Question: {question}
|
183 |
"""
|