Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
richardblythman
/
as_chat
like
0
Model card
Files
Files and versions
Community
main
as_chat
/
chat
/
schemas.py
richardblythman
Upload folder using huggingface_hub
b313946
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
78 Bytes
from
pydantic
import
BaseModel
class
InputSchema
(
BaseModel
):
prompt:
str