Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
iblfe
/
test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2912643
test
/
client
/
h2ogpt_client
/
__init__.py
iblfe
Upload folder using huggingface_hub
b585c7f
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
158 Bytes
from
h2ogpt_client._core
import
Client
from
h2ogpt_client._h2ogpt_enums
import
LangChainMode, PromptType
__all__ = [
"Client"
,
"PromptType"
,
"LangChainMode"
]