Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
imseldrith
/
chatx
like
0
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
refs/pr/1
chatx
/
models
/
query_model.py
imseldrith
Upload folder using huggingface_hub
8889a76
over 2 years ago
raw
Copy download link
history
blame
Safe
128 Bytes
from
pydantic
import
BaseModel, Field
class
QueryModel
(
BaseModel
):
user_input:
str
= Field(min_length=
1
, max_length=
1000
)