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

Update app.py

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