Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akashkj
/
H2OGPT
like
0
Runtime error
App
Files
Files
Community
3f7cfab
H2OGPT
/
client
/
h2ogpt_client
/
__init__.py
akashkj
Upload folder using huggingface_hub
3f7cfab
over 1 year ago
raw
Copy download link
history
blame
Safe
149 Bytes
from
h2ogpt_client.core
import
Client
from
h2ogpt_client.enums
import
LangChainMode, PromptType
__all__ = [
"Client"
,
"PromptType"
,
"LangChainMode"
]