An AI Discord Assistant bot. It supports Nvidia models only unless you change the code.
Feel free to clone it.
git clone https://github.com/DawnFallz/NovaByteMax.git
cd NovaByteMax
npm start
Make a copy .env.example file as .env file and put the requirements in.
cp .env.example .env
Example:
DISCORD_TOKEN=xxxxxx
NVIDIA_API_KEY=xxxxxx
MODEL=xxxxxx
DATABASE_URL=xxxxxx
DISCORD_PREFIX=xxxxxx
SYSTEM_PROMPT=xxxxxx
(OPTIONAL VARIABLES):
- DATABASE_URL
- DISCORD_PREFIX
- SYSTEM_PROMPT
Note: If the DATABASE_URL variable is empty, there will be no database for this bot.
Note: The DISCORD_PREFIX variable is used for when calling the bot (e.g. !nova)
Note: The SYSTEM_PROMPT variable is for additional system prompts and it isn't required but the rest are required.
Built as a learning project for my learning journey.
Built with Discord.js
This project is deployed in Render free tier.
by DawnFallz