# ~~~ 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 | |