2.8 KiB
Botator
Botator is a discord bot that binds openai's gpt3 AI with discord. You will be able to take the conversation with the AI into a specific channel that you created.

Adding the bot to your discord server
In order to add the bot to your discord server, you will need an OpenAI API key. You can create an account and take one here
You can add the bot to your server by clcking here
Then, run the following commands to set your bot up:
First /setup, define the channel you want the bot to talk into and your OPENAI api key.
Then, if you want, /advanced to define some more advanced parameters..
Please note that we can possibly log the messages that are sent for no more than 24h, and that we will store your openai API key. You can always delete your API key from our servers by doing /delete. Please note that this action is irreversible.
You can now enable your bot by doing /enable.
You can always disable the bot by doing /disable and delete your api key from our server by doing /delete.
Commands reference
/setup - Setup the bot
/enable - Enable the bot
/disable - Disable the bot
/advanced - Set the advanced settings
/advanced_help - Get help about the advanced settings
/enable_tts - Enable the Text To Speech
/disable_tts - Disable the Text To Speech
/delete - Delete all your data from our server
/cancel - Cancel the last message sent by the bot
/default - Set the advanced settings to their default values
/help - Show this command list
ToDo
- add image recognition
- When chatgpt API is released, add that api instead of davinci-003
- Publish a GOOD docker image on dockerhub and add some more instructions about how to selfhost
- Organize code in COGs
- Add a log and updates channel option and a way for devs to send messages to that channel on all servers.