| app_name | title | tagline | theme_color | git | homepage |
|---|---|---|---|---|---|
ChatGPT |
ChatGPT Serverless Discord Bot |
Your personal ChatGPT Discord bot. |
#74aa9c |
With this, you can run your own instance of a ChatGPT Discord bot.
- First install the app.
- Enter the required environment variables:
DISCORD_APPLICATION_ID- Your discord app's ID.DISCORD_PUBLIC_KEY- Your discord app's public key.DISCORD_BOT_TOKEN- Your bot's token.OPENAI_API_KEY- An API key from OpenAI's API.SYNC_PASSWORD- A password you set to sync commands.
- You can overwrite
CHATGPT_SYSTEM_MESSAGEto anything you want to transform ChatGPT's personality. - Set the
Interactions Endpoint URLin your discord app's general information to<micro_url>/bot/interactions. - Visit
<micro_url>/bot/api/dashto register the slash commands for the first time.
Run /ping to make sure it's working! Enjoy!