Daemontatox commited on
Commit
9d335b4
·
verified ·
1 Parent(s): 59ee183

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- Answer: {{answer}}
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)