Recreation of Discord's cancelled AI chatbot.
This bot can be named however you like, we don't recommend using Clyde, as Discord can strike your bot down for impersonation. Use a unique name.
Clyde uses Python for the AI magic we do on it.
Clyde uses a selection of a lot of models from Google, Meta, Mistral, DeepSeek and many more, you can pick any one you like.
Clyde can now generate images, provided by Image Router. Provide it an instruction, and it'll try its best to follow.
Clyde supports the free plans of Groq and Gemini APIs, as well as the Image Router API. However, Image Router requires a one-time deposit to activate the free plan.
Clyde currently uses the billed plans of said services, however most features should work on the free plans too.
- Clone this repo.
# Clone the repo into your machine
git clone https://github.com/ClydeReborn/Clyde-
Fill in required values in
.env.example, then rename it to.env. -
Run Clyde by using
python main.py. Docker installations are also supported, use them for secure deployment.
- Clyde can run on a variety of operating systems, including Windows.
- macOS systems are untested.
Please test it, and report it in the issues!