Files
discord-aidolls/README.md
2023-12-22 21:53:49 -08:00

1.9 KiB

Discord Ollama Integration License: CC BY-NC 4.0 Release Badge

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.git or just use GitHub Desktop to clone the repo.
  • You can run the bot by running npm run start which 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 (npm 10.2.5). Consider using nvm for multiple NodeJS versions.
      • To run dev in ts-node, using v18.18.2 is recommended. CAUTION: v18.19.0 or lts/hydrogen will not run properly.
      • To run dev with tsx, you can use v20.10.0 or earlier.
    • This project supports any NodeJS version above 16.x.x to only allow ESModules.
  • Ollama
  • Docker Documentation
  • Discord Developer Portal

Acknowledgement

discord-ollama © 2023 by Kevin Dang is licensed under CC BY-NC 4.0