ChatWithDemonstrationsFlowModule / ChatWithDemonstrationsFlow.py
nbaldwin's picture
chatwitDemV1
82b9374
raw
history blame
264 Bytes
from flows.base_flows import SequentialFlow
from flows.utils import logging
logging.set_verbosity_debug()
log = logging.get_logger(__name__)
class ChatWithDemonstrationsFlow(SequentialFlow):
def __init__(self,**kwargs):
super().__init__(**kwargs)