Update app.py
Browse files
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}
|
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 |
|