chore: remove BotModels.png, update main.py
This commit is contained in:
parent
f7690e1d81
commit
216e34ec13
2 changed files with 5 additions and 5 deletions
BIN
BotModels.png
BIN
BotModels.png
Binary file not shown.
|
Before Width: | Height: | Size: 58 KiB |
10
src/main.py
10
src/main.py
|
|
@ -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",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue