Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lwaekfjlk
/
ctm-space
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
084fe8e
ctm-space
/
ctm
/
supervisors
/
__init__.py
Haofei Yu
update the deployable ctm (#22)
084fe8e
unverified
9 months ago
raw
Copy download link
history
blame
Safe
177 Bytes
from
ctm.supervisors.supervisor_base
import
BaseSupervisor
from
ctm.supervisors.supervisor_gpt4
import
GPT4Supervisor
__all__ = [
"GPT4Supervisor"
,
"BaseSupervisor"
,
]