Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
martinjosifoski
/
CC_flows
like
0
License:
mit
Model card
Files
Files and versions
Community
7
refs/pr/6
CC_flows
/
FixedReply_CodeReflect.py
martinjosifoski
FixedReplyAtomicFlow -> FixedReplyFlow (
#4
)
8998720
over 1 year ago
raw
Copy download link
history
blame
Safe
161 Bytes
from
flows.base_flows
import
FixedReplyFlow
class
FixedReply_CodeReflect
(
FixedReplyFlow
):
def
__init__
(
self, **kwargs
):
super
().__init__(**kwargs)