changed dependencies to main
Browse files- __init__.py +2 -2
__init__.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# ~~~ Specify the dependencies ~~~
|
2 |
dependencies = [
|
3 |
-
{"url": "aiflows/ChatFlowModule", "revision": "
|
4 |
-
{"url": "aiflows/HumanStandardInputFlowModule", "revision": "
|
5 |
]
|
6 |
from aiflows import flow_verse
|
7 |
|
|
|
1 |
# ~~~ Specify the dependencies ~~~
|
2 |
dependencies = [
|
3 |
+
{"url": "aiflows/ChatFlowModule", "revision": "main"},
|
4 |
+
{"url": "aiflows/HumanStandardInputFlowModule", "revision": "main"},
|
5 |
]
|
6 |
from aiflows import flow_verse
|
7 |
|