ArturG9 commited on
Commit
06674c3
·
verified ·
1 Parent(s): 8355dc0

Update app.py

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