ArturG9 commited on
Commit
f971f54
·
verified ·
1 Parent(s): ea1938d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -181,13 +181,8 @@ def create_conversational_rag_chain(retriever):
181
  verbose=False,
182
  )
183
 
184
- template = """Answer the question {question} based only on the following context:
185
- {context} . Be consise.
186
-
187
-
188
-
189
-
190
-
191
  """
192
 
193
  prompt = ChatPromptTemplate.from_template(template)
 
181
  verbose=False,
182
  )
183
 
184
+ template = """Answer the question {question} based only on this context:
185
+ {context} . Be consise.
 
 
 
 
 
186
  """
187
 
188
  prompt = ChatPromptTemplate.from_template(template)