Proxy application to make ChatGPT available in Mastodon's Mention
Environment variables must be set in advance.
Docker Compose
> docker compose up
Docker Image
> docker run -it kznrluk/chatgpt-mastodon
Go Run
> go run ./main.go
# OpenAPI API key
OPENAI_API_KEY=sk-
# Mastodon application tokens
SERVER_URL=https://
CLIENT_KEY=aWNd
CLIENT_SECRET=fN6
ACCESS_TOKEN=XeF
# Bot account name
BOT_ACCOUNT_NAME=chatgpt
read:notifications read:statuses write:statuses push
We are not responsible for any problems caused by the use of this application. Please be especially careful when using pay-as-you-go paid slots.
MIT