Update app.py
Browse files
app.py
CHANGED
@@ -238,7 +238,7 @@ By adhering to these principles and guidelines, ensure every response is accurat
|
|
238 |
Previous Conversation: {chat_history}
|
239 |
Retrieved Context: {context}
|
240 |
Current Question: {question}
|
241 |
-
|
242 |
"""
|
243 |
|
244 |
prompt = ChatPromptTemplate.from_template(template)
|
|
|
238 |
Previous Conversation: {chat_history}
|
239 |
Retrieved Context: {context}
|
240 |
Current Question: {question}
|
241 |
+
|
242 |
"""
|
243 |
|
244 |
prompt = ChatPromptTemplate.from_template(template)
|