araeyn commited on
Commit
1124b06
1 Parent(s): a00573e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -84,6 +84,7 @@ Use three sentences maximum and keep the answer concise."""
84
  qa_prompt = ChatPromptTemplate.from_messages(
85
  [
86
  ("system", qa_system_prompt),
 
87
  ("user", "{input}"),
88
  ]
89
  )
 
84
  qa_prompt = ChatPromptTemplate.from_messages(
85
  [
86
  ("system", qa_system_prompt),
87
+ MessagesPlaceholder("chat_history"),
88
  ("user", "{input}"),
89
  ]
90
  )