ArturG9 commited on
Commit
5690af2
·
verified ·
1 Parent(s): 76738c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -173,8 +173,8 @@ def create_conversational_rag_chain(retriever):
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
  """
180
 
 
173
  verbose=False,
174
  )
175
 
176
+ template = """Answer the question, based only on the following context:
177
+ {context}.Be consise.
178
  Question: {question}
179
  """
180