nbaldwin's picture
coflow compatible
6211d74
raw
history blame
327 Bytes
# ~~~ Specify the dependencies ~~~
dependencies = [
{"url": "aiflows/ChatFlowModule", "revision": "coflows"},
{"url": "aiflows/HumanStandardInputFlowModule", "revision": "coflows"},
]
from aiflows import flow_verse
flow_verse.sync_dependencies(dependencies)
# ~~~
from .ChatHumanFlowModule import ChatHumanFlowModule