This repo contains every ML/NLU related code written by Botpress in the NodeJS environment. This includes the Botpress Standalone NLU Server.
23
stars
21
forks
source link
feat: implement model download and upload #192
Closed
franklevasseur closed 2 years ago
What was done
GET /modelweights/:modelId
andPOST /modelweights
)modelweights
) is behave differently than the rest of the API, it sends and receives raw bytes instead of JSONWhat's left