SyamNaren's picture
upload env
63deadc verified
raw
history blame contribute delete
228 Bytes
# Backwards compatibility.
from langchain_core.language_models import BaseLanguageModel
from langchain_core.language_models.llms import (
LLM,
BaseLLM,
)
__all__ = [
"BaseLanguageModel",
"BaseLLM",
"LLM",
]