git clone https://github.com/LeonhardTissen/discordOllama
Create a .env file in the root directory and add the following:
BOT_TOKEN=PutYourBotTokenHere
MODEL_NAME=llama2-uncensored
CHANNEL_ID=1105962928529748028
Make sure you have Ollama installed as well as the model you want to use. You can find the models here.
npm i
npm start