keiffster / program-y

Python 3.x based AIML 2.0 Chatbot interpreter, framework, related programs and knowledge files
https://keiffster.github.io/program-y/
Other
349 stars 136 forks source link

openchatbots config documentation for supported domains should be updated #277

Open ohoachuck opened 3 years ago

ohoachuck commented 3 years ago

Documentation for openchatbots config file is not correct here : https://github.com/keiffster/program-y/wiki/Open-Chatbot

Current config example in Wiki (wrong):

 openchatbots:
      protocols: http, https
      domains: org, co.uk

Should be :

 openchatbots:
      protocols: ["http", "https"]
      domains: ["org", "co.uk"]
amedeepotier commented 3 years ago

One more minor comment. The page has the following sentence: then the following AIML us useful Should be: then the following AIML is useful

keiffster commented 3 years ago

I've just merged the code for v5. You will find that openchatbot has been removed, to continue with it part of the core did not feel right, so Ive moved it our to create a seperate openchatbot-y client like all the others

ohoachuck commented 3 years ago

ok, 👍🏼