File size: 315 Bytes
82b9374 d7fa441 82b9374 fd29476 82b9374 |
1 2 3 4 5 6 7 8 |
# ~~~ 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 |