Files
bettafish-company/QueryEngine/llms/__init__.py
T

8 lines
95 B
Python

"""
LLM module for the Query Engine.
"""
from .base import LLMClient
__all__ = ["LLMClient"]