File size: 321 Bytes
6175374
 
d741bf4
 
6175374
035821c
6175374
 
 
 
f2030ec
1
2
3
4
5
6
7
8
9
10
11
12
# ~~~ Specify the dependencies ~~~
dependencies = [
    {"url": "aiflows/ChatFlowModule", "revision": "main"},
    {"url": "aiflows/HumanStandardInputFlowModule", "revision": "main"},
]
from aiflows import flow_verse

flow_verse.sync_dependencies(dependencies)
# ~~~

from .ChatHumanFlowModule import ChatHumanFlowModule