CCFlows / CF_CodeWithPlan.py
martinjosifoski's picture
Implement remaining CF Flows.
8a7fcb3
raw
history blame
No virus
191 Bytes
from flow_modules.aiflows.OpenAIChatFlowModule import OpenAIChatAtomicFlow
class CF_CodeWithPlan(OpenAIChatAtomicFlow):
def __init__(self, **kwargs):
super().__init__(**kwargs)