Open source Discord AI Bot powered by Gemini
- Use it anywhere! - CloudAI works in Servers / DMs / Groups!
- Image Generation - Generates images based on user prompts
- Reply CloudAI through Pings / DMs - Ping/Reply CloudAI to interact! Also works by DM-ing the bot. (ClydeAI Reference)
- Node.JS (LTS Recommended)
- Discord Bot, Token, and Client ID: (Create your bot in Discord Developer Portal)
- Gemini API Key: (Create your API Key in Google AI Studio)
- Clone the repository
git clone https://github.com/cloudguy9/cloudAI cd cloudAI - Install dependencies:
npm install
- Configure the bot
- Copy
config.example.jsonand paste asconfig.json. - Inside config.json, place your discord bot token in: bot.token, and then place your bot's clientID in: bot.clientId
- Fill out your GeminiAI API Key in
ai.apikey- and choose your desired gemini model
- Copy
- Start the bot:
You can use
node .ornpm start.
/ask [prompt]: Start your conversation w/ AI/imagine [prompt]: Generates an Image based on prompt (Currently this is only available for Gemini)
Licenced by MIT License