Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ruu3f/freegpt-discord

Discord chatbot and image generator powered by freeGPT. Now with image detection.
https://github.com/ruu3f/freegpt-discord

ai artificial-intelligence bot chatgpt deep-learning discord freegpt gpt gpt4all gpt4free image image-detection image-processing llama llm machine-learning nlp python

Last synced: 17 days ago
JSON representation

Discord chatbot and image generator powered by freeGPT. Now with image detection.

Awesome Lists containing this project

README

        

# freeGPT-discord

Discord chatbot and image generator powered by freeGPT.

## Support this repository:
- ⭐ **Star the project:** Star this and the [freeGPT repository](https://github.com/Ruu3f/freeGPT). It means a lot to me! 💕

## Getting Started:

1. **Download the Source Code:** Start by downloading the bot's source code.

2. **Install Dependencies:** Open your terminal and run:
```pip install -r requirements.txt```

3. **Application Setup:**
- Create a new application on the [Discord Developer Portal](https://discord.com/developers).
- In the app's settings, enable the `message content` intent and copy the token.

4. **Get your Huggingface token:** Go to [huggingface.co/settings/tokens](https://huggingface.co/settings/tokens) and create a token with 'Read' role and copy it.

5. **Add Your Bot Token and Huggingface Token:** Paste the copied tokens in bot.py:
```python
HF_TOKEN = "yourHuggingFaceToken"
TOKEN = "yourBotToken"
```

6. **Run the Bot:** Open your terminal and run:
```python bot.py```