File size: 319 Bytes
82b9374
210a49b
 
82b9374
d7fa441
82b9374
fd29476
82b9374
210a49b
82b9374
210a49b
1
2
3
4
5
6
7
8
9
10
11
12
# ~~~ 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