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