Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
yeeef
/
GPT4Flow
like
0
Model card
Files
Files and versions
Community
main
GPT4Flow
/
GPT4Flow.py
yeeef
update OpenAIChatAtomicFlow
4b2766d
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
166 Bytes
from
flows.application_flows
import
OpenAIChatAtomicFlow
class
GPT4Flow
(
OpenAIChatAtomicFlow
):
def
__init__
(
self, **kwargs
):
super
().__init__(**kwargs)