ArturG9 commited on
Commit
8db461d
·
verified ·
1 Parent(s): 298e65d

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 in a natural, English language, based only on context:
181
  {context}. Be consise.
182
  Question: {question}
183
  """
 
177
  verbose=False,
178
  )
179
 
180
+ template = """Answer the question in a natural language, based only on context:
181
  {context}. Be consise.
182
  Question: {question}
183
  """