ALVHB95 commited on
Commit
4a2728f
·
1 Parent(s): 85d0cc1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ qa_chain = ConversationalRetrievalChain.from_llm(
111
  get_chat_history = lambda h : h
112
  )
113
 
114
- def chat_interface(question):
115
 
116
  result = qa_chain.invoke({"question": question})
117
 
 
111
  get_chat_history = lambda h : h
112
  )
113
 
114
+ def chat_interface(question,history):
115
 
116
  result = qa_chain.invoke({"question": question})
117