botpress / nlu

This repo contains every ML/NLU related code written by Botpress in the NodeJS environment. This includes the Botpress Standalone NLU Server.
22 stars 21 forks source link

feat(nlu-cli): config file with schema for both nlu and lang server #143

Closed franklevasseur closed 2 years ago

franklevasseur commented 2 years ago

You can now use

  1. cli arguments
  2. json configuration file
  3. environment variables

cli overrides config file which overrides env variables