Kpenciler's picture
Upload 53 files
88435ed verified
raw
history blame
125 Bytes
from neollm.llm.abstract_llm import AbstractLLM
from neollm.llm.get_llm import get_llm
__all__ = ["AbstractLLM", "get_llm"]