CC_flows / CF_CodeWithPlan.py
martinjosifoski's picture
Propagate changes from refactoring.
b475feb
raw
history blame contribute delete
No virus
173 Bytes
from flows.application_flows import OpenAIChatAtomicFlow
class CF_CodeWithPlan(OpenAIChatAtomicFlow):
def __init__(self, **kwargs):
super().__init__(**kwargs)