Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DigitalHallywood-neoAI
/
DigitalHallywood-TutorAI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
189828b
DigitalHallywood-TutorAI
/
neollm
/
llm
/
__init__.py
柿崎透真
feat: first application
55fc0a1
3 months ago
raw
Copy download link
history
blame
Safe
129 Bytes
from
neollm.llm.get_llm
import
get_llm
from
neollm.llm.llm.abstract_llm
import
AbstractLLM
__all__ = [
"AbstractLLM"
,
"get_llm"
]