nbaldwin's picture
renamed flows to aiflows
035821c
raw
history blame
321 Bytes
# ~~~ 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