Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 246 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 246 Bytes

slack-chatgpt

chatGPT bot in slack

build your docker image

docker build -f Dockerfile -t slack-chatgpt:v1 .

set the environments in variables.env file, then run with a docker container

docker-compose up -d