ArturG9 commited on
Commit
76738c8
·
verified ·
1 Parent(s): 5a5165b

Update app.py

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