initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
"""Deprecated module for BaseLanguageModel class, kept for backwards compatibility."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from langchain_core.language_models import BaseLanguageModel
|
||||
|
||||
__all__ = ["BaseLanguageModel"]
|
||||
Reference in New Issue
Block a user