A Discord bot made in Rust with IA functionalities.
Simple way to install and run this project on your computer.
I Recomend to use a computer with GPU, if you don't have it, remove the --gpus=all
from the first command
docker run -d --gpus=all -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
docker exec -it ollama ollama run llama3.2
docker run --name redis -p 6379:6379 -d redis
More informatation on: https://hub.docker.com/r/ollama/ollama
git clone https://github.com/eidiinnn/rust-discord-bot
cd rust-discord-bot
GUILD_ID=The Discord server guild
TOKEN=Your Discord token
cargo run
Go to any chat on GUILD_ID Discord server you put, and use / in the chat to see the available commands.