Omnibus commited on
Commit
f6db1c5
·
1 Parent(s): 267d21f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -219,7 +219,6 @@ def call_main(purpose, task, history, action_input):
219
  max_tokens=2048,
220
  seed=random.randint(1,1000000000),
221
  purpose=purpose,
222
- TASKS=f'{query.tasks}',
223
  task=task,
224
  history=history,
225
  )
 
219
  max_tokens=2048,
220
  seed=random.randint(1,1000000000),
221
  purpose=purpose,
 
222
  task=task,
223
  history=history,
224
  )