ArturG9 commited on
Commit
78b3277
·
verified ·
1 Parent(s): 0a83b94

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 = """You are an assistant for question-answering tasks. Use the following pieces of retrieved context to answer the question. If you don't know the answer, just say that you don't know. Use six sentences maximum and keep the answer concise.
178
 
179
  Question: {question}
180
 
 
174
  verbose=False,
175
  )
176
 
177
+ template = """You are an assistant for question-answering tasks. Use the following pieces of retrieved context to answer the question in a natural language. If you don't know the answer, just say that you don't know. Use six sentences maximum and keep the answer concise.
178
 
179
  Question: {question}
180