DS-STAR / src /config /__init__.py
anurag-deo's picture
Upload folder using huggingface_hub
8ff817c verified
raw
history blame contribute delete
124 Bytes
"""Configuration package."""
from .llm_config import DEFAULT_CONFIG, get_llm
__all__ = ["get_llm", "DEFAULT_CONFIG"]