A discord bot created to use with ollama API, making local requests to get response by AI.
-
- Install
Ollama, after do this, runollama pull llama2-uncensored:7b
- Install
-
- Install latest LTS of
Node.JS
- Install latest LTS of
-
- Clone this project with
git
- Clone this project with
-
- Go to folder of this project in your
terminal
- Go to folder of this project in your
-
- Run the command:
npm install
- Run the command:
-
- Prepare your environment variables:
- Linux:
export VOCE_SABIA_TOKEN=[your bot token] - Windows:
set [VOCE_SABIA_TOKEN=[your bot token]]
-
- Finally, run bot with
npm start
- Finally, run bot with