mirror of
https://github.com/kevinthedang/discord-ollama.git
synced 2025-12-12 11:56:06 -05:00
v0.1.0
Discord Ollama Integration

Ollama is an AI model management tool that allows users to install and use custom large language models locally. The goal is to create a discord bot that will utilize Ollama and chat with it on a Discord!
To Run
- Clone this repo using
git clone https://github.com/kevinthedang/discord-ollama.gitor just use GitHub Desktop to clone the repo. - You can run the bot by running
npm run startwhich will build and run the decompiled typescript.- Refer to the resources on what node version to use.
Resources
- NodeJS
- This project uses
v20.10.0(npm10.2.5). Consider using nvm for multiple NodeJS versions.- To run dev in
ts-node, usingv18.18.2is recommended. CAUTION:v18.19.0orlts/hydrogenwill not run properly. - To run dev with
tsx, you can usev20.10.0or earlier.
- To run dev in
- This project supports any NodeJS version above
16.x.xto only allow ESModules.
- This project uses
- Ollama
- Docker Documentation
- Discord Developer Portal
Acknowledgement
discord-ollama © 2023 by Kevin Dang is licensed under CC BY-NC 4.0
Description
Languages
TypeScript
99.5%
Dockerfile
0.5%