Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
aiflows
/
CCFlows
like
2
Follow
aiflows
6
arxiv:
2308.01285
License:
mit
Model card
Files
Files and versions
Community
1
cf2aa3f
CCFlows
/
CF_Code.py
martinjosifoski
Remove dep. on application_flows & misc updates.
91b62cb
about 1 year ago
raw
Copy download link
history
blame
Safe
183 Bytes
from
flow_modules.aiflows.OpenAIChatFlowModule
import
OpenAIChatAtomicFlow
class
CF_Code
(
OpenAIChatAtomicFlow
):
def
__init__
(
self, **kwargs
):
super
().__init__(**kwargs)