Omnibus commited on
Commit
e8731ff
1 Parent(s): df68b1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -222,7 +222,7 @@ def call_main(purpose, task, history, action_input):
222
  seed=random.randint(1,1000000000),
223
  purpose=purpose,
224
  task=task,
225
- time_now=timestamp,
226
  history=history,
227
  )
228
  lines = resp.strip().strip("\n").split("\n")
 
222
  seed=random.randint(1,1000000000),
223
  purpose=purpose,
224
  task=task,
225
+ timestamp=timestamp,
226
  history=history,
227
  )
228
  lines = resp.strip().strip("\n").split("\n")