Open-source implementation of SAI (SimpleAI) in Go.
First, you need to install dependencies.
sudo apt install golangsudo pacman -S goemerge --ask dev-lang/goVisit https://go.dev/doc/install
Then, you need to make neccessary configuration files. Run commands below in the cloned repo folder.
cd config && touch info.bot names.bot response.bot token.bot ../vocabulary.bot && cd ..Now you can build your bot within command below
go build -o bot .- StupidV1: A classic SimpleAI engine
- EmbeddingsV1: modified classic engine
- ngramV1: probabilistic statistical model
Run it within
./botEnsure that your bot got neccesary permission for sending messages.