Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openchatbots config documentation for supported domains should be updated #277

Open
ohoachuck opened this issue Oct 18, 2020 · 3 comments
Open

Comments

@ohoachuck
Copy link
Contributor

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
Copy link

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
Copy link
Owner

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
Copy link
Contributor Author

ok, 👍🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants