CCFlows / LC_Code.py
martinjosifoski's picture
Implement LC Flows.
8a2a1c6
raw
history blame
183 Bytes
from flow_modules.aiflows.OpenAIChatFlowModule import OpenAIChatAtomicFlow
class LC_Code(OpenAIChatAtomicFlow):
def __init__(self, **kwargs):
super().__init__(**kwargs)