Want to build your dream AI companion who's always there to chat, answer your questions, and make you laugh? This video takes you step-by-step through creating a fun and educational AI chatbot using Ollama and Slack. Learn the basics, add humor and personality, and unleash your creativity! Perfect for tech enthusiasts and anyone who wants a unique virtual companion.
- Chat with your AI companion on various topics.
- Get answers to your questions powered by Ollama's AI.
- Customize your bot's tone and humor for a unique personality.
- Build and personalize your bot with freely available code.
- Clone the repository:
git clone https://github.com/hybridx/ai-slack-companion.git
- Install dependencies:
npm install
- Create a Slack App: Follow the official guide: https://api.slack.com/start/quickstart
- Get your bot token and set environment variables.
- Run in development:
npm run dev
- Start for production:
npm start
(set production environment variables)
Fork the repository, create a pull request, and ensure it follows existing code and functionality.
MIT License (see LICENSE file).
- Ollama: https://ollama.com/download/
- Slack API: https://api.slack.com/docs
This project helps you build a custom AI Slack-bot companion. It includes basic interactions with Ollama and user input. Customize further by:
- Adding commands and interactions.
- Integrating other AI APIs or services.
- Creating unique humor and dialogue flows.