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