Elijahbodden commited on
Commit
b0f2537
·
verified ·
1 Parent(s): 92c012b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -60,6 +60,7 @@ def respond(
60
  mirostat_tau,
61
  mirostat_eta,
62
  ):
 
63
  for val in history:
64
  if val[0]:
65
  messages.append({"from": "human", "content": val[0]})
 
60
  mirostat_tau,
61
  mirostat_eta,
62
  ):
63
+ messages = []
64
  for val in history:
65
  if val[0]:
66
  messages.append({"from": "human", "content": val[0]})