webui / langchain /requests.py
zhangyi617's picture
Upload folder using huggingface_hub
129cd69
raw
history blame contribute delete
212 Bytes
"""DEPRECATED: Kept for backwards compatibility."""
from langchain.utilities import Requests, RequestsWrapper, TextRequestsWrapper
__all__ = [
"Requests",
"RequestsWrapper",
"TextRequestsWrapper",
]