Discord Bot using ChatGPT
To use this bot, you must have an OpenAI API key following this link https://beta.openai.com/account/api-keys
Please, fill environment variables in envrc using your tokens
# Download dependencies
$ go mod download
# Run bot
$ go run github.com/zerlock/gpt_bot
Please, fill environment variables in Dockerfile using your tokens
# Build docker image
$ docker build . -t gpt_bot:latest
# Run docker image
$ docker run -t gpt_bot:latest
Talk with ChatGPT, it answer you with Discord reply message
Please open up an issue on GitHub before you put a lot efforts on pull request.
Léo Dubosclard - Project Owner - Developer