nbaldwin's picture
renamed flow to aiflows
fd29476
raw
history blame
315 Bytes
# ~~~ Specify the dependencies ~~
dependencies = [
{"url": "aiflows/ChatFlowModule", "revision": "main"},
]
from aiflows import flow_verse
flow_verse.sync_dependencies(dependencies)
from .ChatWithDemonstrationsFlow import ChatWithDemonstrationsFlow
from .DemonstrationsAtomicFlow import DemonstrationsAtomicFlow