אני רוצה להתקין Discourse AI על Discourse

  1. if I understand correctly, in order to properly bring up certain APIs on self-hosting, you need to install them using docker commands, is that correct?
    For example, if it is a toxic AI, I would need to install “docker run -it --rm --name detoxify -e BIND_HOST=0.0.0.0 -p6666:80 Package detoxify · GitHub”.
    1-1. In this case, is it okay to leave the endpoint values as they are?
  2. “docker run -it --rm --name detoxify -e BIND_HOST=0.0.0.0 -p6666:80 Package detoxify · GitHub” Should this command be run from the discourse directory? Or should it be run from the root directory?