Omnibus commited on
Commit
ff277d3
·
verified ·
1 Parent(s): acf5be1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -237,6 +237,7 @@ def call_main(purpose, task, history, action_input):
237
  history=history,
238
  )
239
  lines = resp.strip().strip("\n").split("\n")
 
240
  for line in lines:
241
  if line == "":
242
  continue
 
237
  history=history,
238
  )
239
  lines = resp.strip().strip("\n").split("\n")
240
+ history=""
241
  for line in lines:
242
  if line == "":
243
  continue