Files

7 lines
104 B
Python

from lg_common.env import load_env
from lg_common.llm import get_llm
load_env()
__all__ = ["get_llm"]