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