Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
martinjosifoski
/
CC_flows
like
0
License:
mit
Model card
Files
Files and versions
Community
7
refs/pr/7
CC_flows
/
CF_Code.py
yeeef
partially update CC_flows to be consistent with yeeef_dev
28b05f5
over 1 year ago
raw
Copy download link
history
blame
202 Bytes
import
importlib
import
os
from
flows.application_flows
import
OpenAIChatAtomicFlow
class
CF_Code
(
OpenAIChatAtomicFlow
):
def
__init__
(
self, **kwargs
):
super
().__init__(**kwargs)