Skip to content

Config_Brain_Overrides

Keith Sterling edited this page Feb 21, 2019 · 8 revisions

Brain Configuration Overrides

The configuration sections controls elements of the bot which can leave your bot open to security issues

brain:
  overrides:
    allow_system_aiml: true
    allow_learn_aiml: true
    allow_learnf_aiml: true
  • allow_system_aiml - Allow the use of the '' tag
  • allow_learn_aiml - Allow the '' tag which allows users to add new knowledge to the running bot
  • allow_learnf_aiml - Allow the '' tag which allows users to add new knowledge to the running bot, and also persist the knowledge to the storage system to be loaded at a later time
Clone this wiki locally