OuroborosM commited on
Commit
ddfecd3
·
1 Parent(s): 9b21883

Update chathmi

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -65,6 +65,7 @@ def chathmi(message, history):
65
  time.sleep(0.3)
66
  print(history)
67
  yield response
 
68
 
69
  def chathmi2(message, history):
70
  response = QAQuery(message)
 
65
  time.sleep(0.3)
66
  print(history)
67
  yield response
68
+ yield history
69
 
70
  def chathmi2(message, history):
71
  response = QAQuery(message)