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
8a7fcb3
CCFlows
/
FixedReply_PlanReflect.py
martinjosifoski
Implement remaining CF Flows.
8a7fcb3
about 1 year ago
raw
Copy download link
history
blame
Safe
186 Bytes
from
flow_modules.aiflows.FixedReplyFlowModule
import
FixedReplyFlow
class
FixedReply_PlanReflect
(
FixedReplyFlow
):
def
__init__
(
self, **kwargs
):
super
().__init__(**kwargs)