Skip to content

ChatGPT

Slack application

By the moment of writing this document, Slack doesn't have an official Slack application in their store for ChatGPT. That's why we created our own app based on a Docker+Python project.

Basic info:

  • Server: staging
  • Working Directory: /home/forge/slack_bot__chat_gpt
  • Config: /home/forge/slack_bot__chat_gpt/.env
  • Command to run: docker run --env-file .env -it interactiondesignfoundation/chatgpt-in-slack (added to supervisor)
  • Sources: https://github.com/seratch/ChatGPT-in-Slack
  • ChatGPT account: Shared development@interaction-design.org account (paid plan, the latest model)
  • Slack app: https://interaction-design.slack.com/apps/A064C437C9W

Installation

  1. Clone https://github.com/seratch/ChatGPT-in-Slack
  2. Build docker image: docker build . -t interactiondesignfoundation/chat-gpt-in-slack
  3. Check and update (if needed) .env
  4. Run docker container: docker run --env-file .env -it interactiondesignfoundation/chatgpt-in-slack