Discord Ollama Integration is a TypeScript-based Discord bot that integrates directly with the Ollama runtime to provide conversational AI capabilities inside Discord servers. The project is designed to turn any Discord channel into an interactive AI assistant powered by locally hosted large language models, allowing users to chat, manage models, and control AI behavior through slash commands. It includes extensive command support for tasks such as summarization, model switching, listing available models, and pulling new models from the Ollama library. The system is built with multi-user support in mind, enabling simultaneous conversations while maintaining contextual awareness at the channel and user level. It also handles long outputs by splitting responses beyond Discord’s message limits, ensuring smooth interaction even with large generated responses. The project supports Docker-based deployment, making it easy to run both the bot and Ollama server in a containerized environment.