Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 360 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 360 Bytes

slack-ollama-bot

A simple starter template for writing Slack bots using OLama as a local LLM.

Requires node > 18 because it uses native fetch in node.

Requires a slack app bot integration, see .env.example for Slack secrets required.

Acknowledgements

Thank you to https://github.com/mekb-turtle/discord-ai-bot which I took some inspiration from.