Skip to content

Latest commit

History

History
27 lines (21 loc) 路 509 Bytes

README.md

File metadata and controls

27 lines (21 loc) 路 509 Bytes

Installation

Clone the repository

git clone https://github.com/LeonhardTissen/discordOllama

Configure the bot

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.

Install dependencies

npm i

Run the bot

npm start