AlpAI is a Discord bot that leverages OpenAI's GPT (Generative Pre-trained Transformer) technology to chat and interact based on personal preferences within the Discord platform.
- Chat with ChatGPT: AlpAI allows users to engage with the bot by inputting text. The GPT technology handles conversations in natural language on various topics realistically.
- Personalized Experience: Designed to learn user preferences and offer a tailored experience.
- User Support: Provides assistance to users and offers information through specific commands.
Using AlpAI is straightforward. It requires adding and activating the bot in a Discord server. Follow these steps to run the bot:
-
Clone the Repo:
git clone https://github.com/cemalpay/AlpAI.git
-
Install Required Packages:
npm install
-
Set Up Token:
- Add your Discord bot token in the
config.js
file.
- Add your Discord bot token in the
-
Run the Bot:
node bot.js
If you want to contribute to AlpAI, follow these steps:
- Fork this repo.
- Create a branch for new features or fixes:
git checkout -b feature/new-feature
orgit checkout -b fix/bug-fix
- Make your changes.
- Commit your changes:
git commit -m 'Added new feature'
orgit commit -m 'Fixed bug'
- Push your branch:
git push origin feature/new-feature
- Create a Pull Request (PR).
This project is licensed under the MIT License.