martinjosifoski's picture
Update dependencies (w/o application_flows).
ba2c90b
raw
history blame
404 Bytes
# ~~~ Specify the dependencies ~~~
dependencies = [
{"url": "aiflows/OpenAIChatFlowModule", "revision": "6a1e351a915f00193f18f3da3b61c497df1d31a3"},
]
from flows import flow_verse
flow_verse.sync_dependencies(dependencies)
# ~~~
from .ControllerExecutorFlow import ControllerExecutorFlow
from .ControllerAtomicFlow import ControllerAtomicFlow
from .WikiSearchAtomicFlow import WikiSearchAtomicFlow