File size: 166 Bytes
4b2766d
b503b0b
 
 
 
 
1
2
3
4
5
6
7
from flows.application_flows import OpenAIChatAtomicFlow

class GPT4Flow(OpenAIChatAtomicFlow):
    def __init__(self, **kwargs):
        super().__init__(**kwargs)