1a3592bc1b | ||
---|---|---|
.gitignore | ||
Dockerfile | ||
LICENSE | ||
Modelfile | ||
README.md | ||
compose.yaml | ||
discollama.py | ||
poetry.lock | ||
pyproject.toml |
README.md
discollama
discollama
is an innovative Discord bot that leverages a local large language model to interact in Discord channels. It's powered by Ollama, making it a powerful and customizable tool for Discord server administrators and enthusiasts.
Dependencies
Before you begin, ensure you have the following installed:
- Docker
- Docker Compose
Installing Docker
Linux
- Install Docker using your package manager or follow the instructions here: Install Docker on Linux.
Mac
- Download and install Docker Desktop for Mac from Docker Hub.
Windows
- Download and install Docker Desktop for Windows from Docker Hub.
Installing Docker Compose
- Docker Compose is included in Docker Desktop for Mac and Windows.
- For Linux, follow the instructions here: Install Docker Compose on Linux.
Setting Up a Discord Bot
To use discollama
, you'll need a Discord bot token. Follow these steps to set one up:
- Create a Discord account: If you don’t already have a Discord account, create one at Discord's registration page.
- Create a new application: Visit the Discord Developer Portal, click on "New Application", and give it a name.
- Create a Bot User: In your application, navigate to the “Bot” tab and click "Add Bot".
- Get your Bot Token: Under the bot section, find the “Token” and click "Copy". This is your
DISCORD_TOKEN
which you'll use later. Keep this token private! - Invite Bot to Server: In the “OAuth2” tab, under “Scopes”, select “bot”. Choose the permissions your bot needs and use the generated URL to invite your bot to your Discord server.
Installation and Running discollama
-
Clone the Repository: First, clone the
discollama
repository from GitHub.git clone https://github.com/mxyng/discollama.git cd discollama
-
Setup Environment Variables: Create a
.env
file in the root directory and add your Discord token.echo DISCORD_TOKEN=your_discord_bot_token > .env
-
Running the Bot: Use Docker Compose to build and run the bot.
docker compose up
This command builds the Docker image and starts the
discollama
bot in a Docker container.
Note: Ensure your
OLLAMA_HOST
is set correctly in thecompose.yaml
if you are deploying on a network other than localhost.
Activating the Bot
Once discollama
is running, you can interact with it in your Discord server. Just mention the bot in a message to start a new conversation, or reply to its messages to continue an ongoing conversation.
Troubleshooting
[Common issues and solutions]
Contributing
[Information on how others can contribute to the project]
Contact
[Provide contact information or methods for support and feedback]
License
discollama
is open-source software licensed under the MIT License. See the full license here.