wholewhale commited on
Commit
1d3cf79
·
1 Parent(s): 7eb7306

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def infer(question, history):
58
 
59
  chat_history = res
60
  query = question
61
- result = qa({"question": query, "chat_history": chat_history, "system:": "This is a world-class summarizing AI, be helpful."})
62
  return result["answer"]
63
 
64
  def auto_clear_data():
 
58
 
59
  chat_history = res
60
  query = question
61
+ result = qa({"question": query, "chat_history": chat_history, "system:":"This is a world-class summarizing AI, be helpful."})
62
  return result["answer"]
63
 
64
  def auto_clear_data():