Skip to content

A Discord bot capable of fulfilling your artificial intelligence needs.

License

Notifications You must be signed in to change notification settings

LucasB25/AikouAI

Repository files navigation

Version Contributors Forks Stargazers Issues Support Server MIT License Run on Repl.it Remix on Glitch


AikouAI

AikouAI and TypeScript.

Serveur Support · Report Bug & Request Feature

AikouAI

AikouAI is a versatile Discord bot that now also offers text-to-text capabilities through its integration with Google Gemini, an advanced text generation model platform. It automatically responds to specific commands on Discord, generating text or images based on the nature of users' requests.

🔧 Requirements

🚀 Installation from source

  1. Clone the AikouAI repository:
git clone https://github.com/LucasB25/AikouAI.git
  1. change the directory to AikouAI
cd AikouAI
  1. Install the required packages:
npm i
or
yarn i
  1. Set up your environment variables:

Create a .env file in the root directory of your project with the following variables: or you can use the .env.example file

TOKEN= #Discord Bot Token
CLIENT_ID= #Discord Bot Client ID
Activity=/imagine

#For REPLICATE
REPLICATE_TOKEN= #Replicate Token from https://replicate.com/signin
REPLICATE_MODEL=bytedance/sdxl-lightning-4step:727e49a643e999d602a896c774a0658ffefea21465756a6ce24b7ea4165eba6a

#For GEMINI
GEMINI_KEY= #GEMINI key from https://makersuite.google.com/
GEMINI_MODEL=gemini-1.5-pro-latest
  1. Run the bot:
npm start

📜 Contributing

Thank you for your interest in contributing to AikouAI! Here are some guidelines to follow when contributing:

  1. Fork the repository and create a new branch for your feature or bug fix.
  2. Write clean and concise code that follows the established coding style.
  3. Create detailed and thorough documentation for any new features or changes.
  4. Write and run tests for your code.
  5. Submit a pull request with your changes.

Your contribution will be reviewed by the project maintainers, and any necessary feedback or changes will be discussed with you. We appreciate your help in making AikouAI better!

👥 Contributors

Thanks goes to these wonderful people :

contributors