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
main
CCFlows
/
CF_PlanCritic.py
nbaldwin
renamed flows to aiflows
a44c20f
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
171 Bytes
from
flow_modules.aiflows.ChatFlowModule
import
ChatAtomicFlow
class
CF_PlanCritic
(
ChatAtomicFlow
):
def
__init__
(
self, **kwargs
):
super
().__init__(**kwargs)