GPT4Flow / GPT4Flow.py
yeeef's picture
update OpenAIChatAtomicFlow
4b2766d
Raw
History Blame Contribute Delete
166 Bytes
from flows.application_flows import OpenAIChatAtomicFlow
class GPT4Flow(OpenAIChatAtomicFlow):
def __init__(self, **kwargs):
super().__init__(**kwargs)