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