GPT4Flow / GPT4Flow.py
yeeef's picture
update OpenAIChatAtomicFlow
4b2766d
raw
history blame contribute delete
No virus
166 Bytes
from flows.application_flows import OpenAIChatAtomicFlow
class GPT4Flow(OpenAIChatAtomicFlow):
def __init__(self, **kwargs):
super().__init__(**kwargs)