Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nivakaran
/
NewFreeRag
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
NewFreeRag
/
src
/
llm
/
__init__.py
GitHub Actions
Deploy from GitHub Actions
7c6afad
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
94 Bytes
"""LLM module for FreeRAG."""
from
src.llm.phi_model
import
PhiModel
__all__ = [
"PhiModel"
]