Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nivakaran
/
FreeRag
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
FreeRag
/
src
/
llm
/
__init__.py
GitHub Actions
Deploy from GitHub Actions
c9622da
2 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"
]