chore: remove BotModels.png, update main.py

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-01-10 17:32:36 -03:00
parent f7690e1d81
commit 216e34ec13
2 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

View file

@ -65,11 +65,11 @@ async def root():
"status": "running", "status": "running",
"docs": "/api/docs", "docs": "/api/docs",
"endpoints": { "endpoints": {
"image": "/api/v1/image", "image": "/api/image",
"video": "/api/v1/video", "video": "/api/video",
"speech": "/api/v1/speech", "speech": "/api/speech",
"vision": "/api/v1/vision", "vision": "/api/vision",
"scoring": "/api/v1/scoring", "scoring": "/api/scoring",
}, },
} }
) )