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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ qa_prompt = ChatPromptTemplate.from_messages(
85
  [
86
  ("system", qa_system_prompt),
87
  MessagesPlaceholder("chat_history"),
88
- ("user", "{input}"),
89
  ]
90
  )
91
  question_answer_chain = create_stuff_documents_chain(llm, qa_prompt)
 
85
  [
86
  ("system", qa_system_prompt),
87
  MessagesPlaceholder("chat_history"),
88
+ ("human", "{input}"),
89
  ]
90
  )
91
  question_answer_chain = create_stuff_documents_chain(llm, qa_prompt)