CC_flows / LC_Code.py
yeeef's picture
propagate change from https://github.com/epfl-dlab/flows/pull/91
0c4a97b
raw
history blame
No virus
164 Bytes
from flows.application_flows import OpenAIChatAtomicFlow
class LC_Code(OpenAIChatAtomicFlow):
def __init__(self, **kwargs):
super().__init__(**kwargs)