mirror of
https://github.com/kevinthedang/discord-ollama.git
synced 2025-12-12 11:56:06 -05:00
* bot can login to discord * changed node and npm to iron lts * added typescript runnables * more dev scripts * readme update on scripts * event handling skeleton * fixed compiler target issue
1.4 KiB
1.4 KiB
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!
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.x.xis recommended. - To run dev with
tsx, you can usev20.10.0.
- 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