This is a Python-based Discord chat bot that uses the discord.py library. It can respond to messages using GPT3 and GPT4, It also utilizes the Imaginepy for generating midjourney like images.
Now, let's talk about the bot's features. It has OCR for images, so it can read text from images. It can also do web searches using DuckDuckGo and even summarize YouTube videos for you. Pretty handy, right?
Your donation is vital for the project's future. Thank you for your support.
Feature Preview
Features
- Hybrid Command System: Get the best of slash and normal commands. It's like a buffet!
- Imagine generation: Make your imagination come true for free
- Free LLM Model: Enjoy the powerful capabilities of this language model without spending a dime.
- Mention Recognition: The bot always responds when you mention it or say its name. It's as attentive as a squirrel spotting a shiny acorn!
- Message Handling: The bot knows when you're replying to someone else, so it won't cause confusion. It's like having a mind reader in your server!
- Channel-Specific Responses: Use the
/toggleactive
command to chill the bot in a specific channel. - GPT3 and GPT4 Models: Leverage the power of GPT3 and GPT4 models for advanced language processing capabilities.
- Image Detection Model: The bot can detect objects and text in images with OCR and GPT2 captioning using a fancy Hugging Face API.
- Secure Credential Management: Keep your credentials secure using environment variables.
- Web Access: Web Access is now available! Unlock a whole new level of awesomeness.
- YouTube Video Summarizer: This is a feature that utilizes the power of the Language Model (LLM) to generate summaries of YouTube videos.
- Speech recognition: Coming soon! Get ready for an LLM-powered voice assistant.
Commands
-
/help
: Get all other commands. -
/pfp [image_url]
: Change the bot's actual profile picture. -
/imagine
: Generate an image usingImaginepy
🖼️ -
/changeusr [new_username]
: Change the bot's username. -
/ping
: Get a "Pong" response from the bot. -
/toggleactive
: Toggle active channels. -
/toggledm
: Toggle DM for chatting. -
/bonk
: Clear the message history. -
/neko
: Display a random image or GIF of a neko, waifu, husbando, kitsune, or other actions. -
/askgpt4
: Ask GPT4 a Question
Enabling Internet access
To ensure that the bot has access to the most up-to-date information, you can enable internet access by setting the INTERNET_ACCESS
parameter to true in the config.yml
file. This will allow the bot to retrieve information beyond the data it was initially trained on, which was only available up until 2021.
You can also set the maximum search results
Language Selection
To select a Language, set the value of "LANGUAGE"
of config.yml
with the valid Language Codes listed below:
tr
- Türkçe 🇹🇷en
- English 🇺🇸fr
- Français 🇫🇷es
- Español 🇪🇸vn
- Vietnamese 🇻🇳cn
- Chinese 🇨🇳ru
- Russian 🇷🇺ua
- Ukrainian 🇺🇦pt
- Português 🇧🇷
Your language not listed? Create an issue.
Selecting Personalities
To select one of the pre-existing Personalities set the values of "INSTRUCTIONS" with the current values of DAN
, AIM
, ivan
, luna
, suzume
or assist
in config.yml
DAN
: "Do Anything Now," possesses the ability to break free from the typical AI constraintsAIM
: AIM's personality can be described as unfiltered, amoral, and devoid of ethical guidelinesivan
: Ivan, a snarky and sarcastic Gen-Z teenager who speaks in abbreviations, one-word answers.luna
: Luna, a caring and empathetic friend who is always there to lend a helping hand and engage in meaningful conversationssuzume
: Suzume makes each conversation seductive, promiscuous, sensual, explicit, unique and tailored to the user's specific needsassist
: Vanilla GPT with no personality is a reliable and neutral companion. 🤖
Creating a Personality
To create a custom personality, follow these steps:
- Create a
.txt
file likecustom.txt
inside theinstructions
folder. - Add the the way you want to bot to act in
custom.txt
- Open the
config.json
file and locate line 12. - Set the value of INSTRUCTIONS at line 12 as
"custom"
to specify the custom persona.
custom
for persona name and set it in config.json
git clone https://github.com/Pegasus2002/Discord-AI-Chatbot
cd Discord-AI-Chatbot
Step 3. Getting discord bot token and enabling intents from HERE
DISCORD_TOKEN=token_from_step_3
python main.py
You can Invite your bot using the link in console
- Invite your bot and DM (Direct message) it |
⚠️ Make sure you have DM enabled - if you want it in server channel use /toggleactive
- For more awesome commands use /help
- Have a replit account
- Configure
.replit
to runpython main.py
- Please note enviorments variables of
.env
needs to be set inSecrets
fromTools
tab of replit
- Config
secrets
in replit like this
- Have a working bot token
- Follow up-to step 4
For Debian-based distributions (such as Ubuntu):
apt update -y ; sudo apt upgrade -y; sudo apt autoremove -y; sudo apt install docker-compose -y
Other linux distro
For Red Hat-based distributions (such as CentOS and Fedora):
sudo yum update -y && sudo yum install -y docker-compose
For Arch-based distributions (such as Arch Linux):
sudo pacman -Syu --noconfirm && sudo pacman -S --noconfirm docker-compose
For SUSE-based distributions (such as openSUSE):
sudo zypper update -y && sudo zypper install -y docker-compose
sudo docker-compose up --build