FreeRag / src /llm /__init__.py
GitHub Actions
Deploy from GitHub Actions
c9622da
raw
history blame contribute delete
94 Bytes
"""LLM module for FreeRAG."""
from src.llm.phi_model import PhiModel
__all__ = ["PhiModel"]