test / client /h2ogpt_client /__init__.py
iblfe's picture
Upload folder using huggingface_hub
b585c7f verified
from h2ogpt_client._core import Client
from h2ogpt_client._h2ogpt_enums import LangChainMode, PromptType
__all__ = ["Client", "PromptType", "LangChainMode"]