freeGPT discord
1.0.0
Discord chatbot and image generator powered by freeGPT.
Download the Source Code: Start by downloading the bot's source code.
Install Dependencies: Open your terminal and run:
pip install -r requirements.txt
Application Setup:
message content
intent and copy the token.Get your Huggingface token: Go to huggingface.co/settings/tokens and create a token with 'Read' role and copy it.
Add Your Bot Token and Huggingface Token: Paste the copied tokens in bot.py:
HF_TOKEN = "yourHuggingFaceToken"
TOKEN = "yourBotToken"
python bot.py