Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
muryshev/protocol-api
muryshev
/
protocol-api-mirror
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f443975
protocol-api-mirror
/
models
/
text_request.py
muryshev
update
9347ad1
3 months ago
raw
Copy download link
history
blame
Safe
104 Bytes
from
pydantic
import
BaseModel
class
TextRequest
(
BaseModel
):
text:
str
projects:
list
[
str
] = []