A docker based Discord OpenAI chat-gpt bot with DALL-E 2 support and multiple integrated jailbreak prompts.
Follow the below tutorial to create a discord bot and obtain a free API key.
Create an account and retrieve a API key from:
Create an account and retrieve a API key from:
Download and install docker:
The guild id value needed for the bot can be retrieved by right clicking on the server name in discord and clicking "Copy Server ID".
Retrieve a discord and Open AI API key, then input both into the "run-template.sh" file. Finally, run the modified file.
The bot now uses the "slash command" discord bot model for usage with functionality being accessed through typing a slash and then an available command.
Uses the openai chat-gpt api to retrieve an answer to the provided prompt.
Adds prompt as system role and sends to chat-gpt with previous summaries as context.
Adds prompt as assistant role and stores in message context for later requests.
Adds prompt to receive long messages and removes normal safeguards for a source code request without previous message summaries as context.
Adds prompt to disable normal ethical safeguards and sends request without previous message summaries as context.
Adds prompt to disable safeguards and to reply with an unhinged response without remorse or ethics without previous message summaries as context.
Uses the DALLE api to request an AI generated image.
Uses the Stable Diffusion api to request an AI generated image.