"""LLM module for FreeRAG.""" from src.llm.phi_model import PhiModel __all__ = ["PhiModel"]