Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ruu3f/freegpt-discord
- Owner: Ruu3f
- License: gpl-3.0
- Created: 2023-07-03T20:05:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-08T18:36:38.000Z (6 months ago)
- Last Synced: 2024-10-18T00:43:56.477Z (27 days ago)
- Topics: ai, artificial-intelligence, bot, chatgpt, deep-learning, discord, freegpt, gpt, gpt4all, gpt4free, image, image-detection, image-processing, llama, llm, machine-learning, nlp, python
- Language: Python
- Homepage:
- Size: 79.1 KB
- Stars: 43
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```