webui / langchain /base_language.py
zhangyi617's picture
Upload folder using huggingface_hub
129cd69
raw
history blame contribute delete
217 Bytes
"""Deprecated module for BaseLanguageModel class, kept for backwards compatibility."""
from __future__ import annotations
from langchain_core.language_models import BaseLanguageModel
__all__ = ["BaseLanguageModel"]