webui / langchain /serpapi.py
zhangyi617's picture
Upload folder using huggingface_hub
129cd69
raw
history blame contribute delete
120 Bytes
"""For backwards compatibility."""
from langchain.utilities.serpapi import SerpAPIWrapper
__all__ = ["SerpAPIWrapper"]