ArturG9 commited on
Commit
3a79f80
·
verified ·
1 Parent(s): 04e1753

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ def create_conversational_rag_chain(retriever):
178
  llm=llm,
179
  )
180
 
181
- template = """Answer the question in a natural language, based only on the following context:
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
  """