ArturG9 commited on
Commit
60b1382
·
verified ·
1 Parent(s): 6684bbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ def create_conversational_rag_chain(retriever):
177
  verbose=False,
178
  )
179
 
180
- template = """Answer the question using natural language, based only on context:
181
  {context}. Be consise.
182
  Question: {question}
183
  """
 
177
  verbose=False,
178
  )
179
 
180
+ template = """Answer the question using natural language, based only on following context:
181
  {context}. Be consise.
182
  Question: {question}
183
  """