Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
joselobenitezg
/
obtu-ai
like
8
Running
App
Files
Files
Community
main
obtu-ai
/
models.py
Jose Benitez
wip
bbc89f6
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
210 Bytes
from
pydantic
import
BaseModel
class
User
(
BaseModel
):
id
:
str
google_id:
str
email:
str
name:
str
given_name:
str
profile_picture:
str
generation_credits:
int
train_credits:
int