nbaldwin commited on
Commit
2cd3ef3
1 Parent(s): 8069682

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -17,7 +17,7 @@ logging.set_verbosity_debug()
17
 
18
  dependencies = [
19
  {"url": "aiflows/AutoGPTFlowModule", "revision": os.getcwd()},
20
- {"url": "aiflows/LCToolFlowModule", "revision": "f1020b23fe2a1ab6157c3faaf5b91b5cdaf02c1b"},
21
  ]
22
  from flows import flow_verse
23
 
 
17
 
18
  dependencies = [
19
  {"url": "aiflows/AutoGPTFlowModule", "revision": os.getcwd()},
20
+ {"url": "aiflows/LCToolFlowModule", "revision": "main"},
21
  ]
22
  from flows import flow_verse
23