Appearance
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.orgaccount (paid plan, the latest model) - Slack app: https://interaction-design.slack.com/apps/A064C437C9W
Installation
- Clone https://github.com/seratch/ChatGPT-in-Slack
- Build docker image:
docker build . -t interactiondesignfoundation/chat-gpt-in-slack - Check and update (if needed) .env
- Run docker container:
docker run --env-file .env -it interactiondesignfoundation/chatgpt-in-slack