Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
thomas3737
/
brain_my
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
brain_my
/
Brain
/
src
/
service
/
llm
/
base.py
Thomas Richardson
new requirement
a495cf3
almost 3 years ago
raw
Copy download link
history
blame
contribute
delete
163 Bytes
from
typing
import
TypedDict
class
Message
(
TypedDict
):
"""OpenAI Message object containing a role and the message content"""
role:
str
content:
str