/AlpAI

A discord bot that uses chatgpt while serving my personal tastes.

Primary LanguageJavaScript

AlpAI

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.

Features

  • 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.

Usage

Using AlpAI is straightforward. It requires adding and activating the bot in a Discord server. Follow these steps to run the bot:

  1. Clone the Repo:

    git clone https://github.com/cemalpay/AlpAI.git
    
  2. Install Required Packages:

    npm install
    
  3. Set Up Token:

    • Add your Discord bot token in the config.js file.
  4. Run the Bot:

    node bot.js
    

Contributing

If you want to contribute to AlpAI, follow these steps:

  1. Fork this repo.
  2. Create a branch for new features or fixes: git checkout -b feature/new-feature or git checkout -b fix/bug-fix
  3. Make your changes.
  4. Commit your changes: git commit -m 'Added new feature' or git commit -m 'Fixed bug'
  5. Push your branch: git push origin feature/new-feature
  6. Create a Pull Request (PR).

License

This project is licensed under the MIT License.