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