ArturG9 commited on
Commit
8eab994
·
verified ·
1 Parent(s): ea17607

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
 
178
 
179
  template = """Answer the question, based only on the following context:
180
- {context}. Be consise. "
181
  Question: {question}
182
  """
183
 
 
177
 
178
 
179
  template = """Answer the question, based only on the following context:
180
+ {context}. Be consise. "Avoid naming. Contextualize your answer.
181
  Question: {question}
182
  """
183