Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bla
/
tranny
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a33f96e
tranny
/
App
/
Chat
/
Schema.py
Mbonea
schema change
85d17ac
over 1 year ago
raw
Copy download link
history
blame
Safe
180 Bytes
from
typing
import
Optional
from
pydantic
import
BaseModel
class
Message
(
BaseModel
):
content:
str
class
ChatRequest
(
BaseModel
):
messages:
list
[Message]
taskId:
str