File size: 349 Bytes
82b9374 798fa73 82b9374 |
1 2 3 4 5 6 7 8 |
# ~~~ Specify the dependencies ~~
dependencies = [
{"url": "aiflows/ChatFlowModule", "revision": "a749ad10ed39776ba6721c37d0dc22af49ca0f17"},
]
from flows import flow_verse
flow_verse.sync_dependencies(dependencies)
from .ChatWithDemonstrationsFlow import ChatWithDemonstrationsFlow
from .DemonstrationsAtomicFlow import DemonstrationsAtomicFlow |