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