Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theabdosabbagh/gpt-3.5-discord-chat-bot
Simple yet versatile Discord chat bot using GPT 3.5 Turbo Model from OpenAI
https://github.com/theabdosabbagh/gpt-3.5-discord-chat-bot
Last synced: 19 days ago
JSON representation
Simple yet versatile Discord chat bot using GPT 3.5 Turbo Model from OpenAI
- Host: GitHub
- URL: https://github.com/theabdosabbagh/gpt-3.5-discord-chat-bot
- Owner: theAbdoSabbagh
- License: mit
- Created: 2023-04-13T06:14:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-14T02:14:50.000Z (over 1 year ago)
- Last Synced: 2024-04-17T01:13:03.543Z (9 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GPT 3.5 Discord chat bot
Welcome to my Discord chat bot project, which uses the GPT 3.5 Turbo Model from OpenAI to generate human-like responses. This bot is written in Python and is designed to be both simple and versatile.
## FeaturesThis Discord chat bot has the following features:
- Uses the GPT 3.5 Turbo Model from OpenAI to generate human-like responses
- Responds to user input in Discord channels
- Can be easily configured and customized with a `credentials.json` file
- Easy to install and set up using the `requirements.txt` file
## Getting StartedTo use the Discord chat bot, follow these steps:
1. Clone this repository to your local machine.
2. Install the required dependencies by running the command `pip install -r requirements.txt` in your terminal or command prompt.
3. Configure the bot by filling in the values in the `credentials.json` file.
4. Run the bot by executing the `main.py` file using `python main.py` command in your terminal or command prompt.
## ConfigurationTo configure the bot, update the values in the `credentials.json` file with your own information:
```json
{
"discord_bot_token": "",
"openai_api_key": "",
"owner_ids": []
}
```Make sure to keep your `credentials.json` file safe and secure, as it contains sensitive information.
## Video TutorialIf you prefer a video tutorial, I've created one that will guide you through the process of setting up and using the Discord chat bot. You can watch it on [YouTube](https://www.youtube.com/watch?v=KmEvamVc750) .
## Contributing
We welcome contributions to this project. If you find a bug or have a feature request, please open an issue on GitHub. If you would like to contribute code, please fork the repository and create a pull request.
## LicenseThis project is licensed under the MIT License.