Update run.py
Browse files
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": "
|
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 |
|