ArturG9 commited on
Commit
a4bf7a2
·
verified ·
1 Parent(s): e1fc353

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ def create_conversational_rag_chain(retriever):
178
  llm=llm,
179
  )
180
 
181
- template = """You are assistant on question - answer taskas. Answer the question in a natural language, based only on the following context:
182
  {context}. Be consise.
183
  Question: {question}
184
  """
 
178
  llm=llm,
179
  )
180
 
181
+ template = """Answer the question in a natural language, based only on the following context:
182
  {context}. Be consise.
183
  Question: {question}
184
  """