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