Update app.py
Browse files
app.py
CHANGED
@@ -180,10 +180,10 @@ def create_conversational_rag_chain(retriever):
|
|
180 |
verbose=False,
|
181 |
)
|
182 |
|
183 |
-
template = """Answer the question based only on the following context:
|
184 |
{context} . Be consise.
|
185 |
|
186 |
-
|
187 |
|
188 |
|
189 |
|
|
|
180 |
verbose=False,
|
181 |
)
|
182 |
|
183 |
+
template = """Answer the question {question} based only on the following context:
|
184 |
{context} . Be consise.
|
185 |
|
186 |
+
|
187 |
|
188 |
|
189 |
|