ca366eb 6fffc74 1a3765a 9741e89 de68ab2
1
2
3
4
5
6
7
from flows.application_flows import OpenAIChatAtomicFlow class CF_Code(OpenAIChatAtomicFlow): def __init__(self, **kwargs): super().__init__(**kwargs)