ArturG9 commited on
Commit
7d01f3a
1 Parent(s): ce39389

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ def create_conversational_rag_chain(retriever):
133
  )
134
 
135
  template = """Answer the question: {question} based only on the following context:
136
- {context}. If you dont know the answer say "I dont know the answer, provide for me more context"
137
 
138
 
139
  """
 
133
  )
134
 
135
  template = """Answer the question: {question} based only on the following context:
136
+ {context}
137
 
138
 
139
  """