Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/Final_Assignment_Template
tonthatthienvu
/
Final_Assignment
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Final_Assignment
/
gaia
/
models
/
__init__.py
tonthatthienvu
feat: major refactoring - transform monolithic architecture into modular system
ba68fc1
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
106 Bytes
"""Model providers and management."""
from
.manager
import
ModelManager
__all__ = [
"ModelManager"
]