botpress / studio

The studio is the main interface you'll use to build and edit your chatbot.
https://botpress.com/docs/quickstart#conversation-studio
38 stars 38 forks source link

feat(nlu): use cloud nlu when cloud config is set #222

Closed franklevasseur closed 2 years ago

franklevasseur commented 2 years ago

title says it all

goes in hand with: https://github.com/botpress/botpress/pull/5750

closes DEV-2027

linear[bot] commented 2 years ago
DEV-2027 When an api key is set in a bot config, studio uses cloud NLU as training endpoint

When a bot is cloud-ready and has a valid API key, it should then use the cloud NLU service for training & predictions. This is necessary since once the bot is pushed on the cloud, it must have been trained before it can be used by the runtime (since the model is not packaged within the archive)