Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
iblfe
/
test
like
0
Runtime error
App
Files
Files
Community
2912643
test
/
client
/
h2ogpt_client
/
__init__.py
iblfe
Upload folder using huggingface_hub
b585c7f
verified
10 months 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"
]