ArturG9 commited on
Commit
8b9d750
·
verified ·
1 Parent(s): a9645cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ def create_conversational_rag_chain(retriever):
176
  model = Llama2Chat(llm=llm)
177
 
178
  template = """Answer the question, based only on the following context:
179
- {context}.Be consise.
180
  Question: {question}
181
  """
182
 
 
176
  model = Llama2Chat(llm=llm)
177
 
178
  template = """Answer the question, based only on the following context:
179
+ {context}
180
  Question: {question}
181
  """
182