# ~~~ Specify the dependencies ~~~ | |
dependencies = [ | |
{"url": "aiflows/ChatFlowModule", "revision": "a749ad10ed39776ba6721c37d0dc22af49ca0f17"}, | |
{"url": "aiflows/HumanStandardInputFlowModule", "revision": "5683a922372c5fa90be9f6447d6662d8d80341fc"}, | |
] | |
from flows import flow_verse | |
flow_verse.sync_dependencies(dependencies) | |
# ~~~ | |
from .ChatHumanFlowModule import ChatHumanFlowModule | |