From bfe20800bfa841df2aadee2bb5a2275e20e613d9 Mon Sep 17 00:00:00 2001 From: sij-ai <67624670+sij-ai@users.noreply.github.com> Date: Tue, 7 Jan 2025 22:58:07 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f32957e..484ef2c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ llux is an AI chatbot for the [Matrix](https://matrix.org/) chat protocol. It uses local LLMs via [Ollama](https://ollama.ai/) for chat and image recognition, and offers image generation via [Diffusers](https://github.com/huggingface/diffusers), specifically [FLUX.1](https://github.com/black-forest-labs/flux). Each user in a Matrix room can set a unique personality (or system prompt), and conversations are kept per user, per channel. Model switching is also supported if you have multiple models installed and configured. +You're welcome to try the bot out on [We2.ee](https://we2.ee/about) at [#ai:we2.ee](https://we2.ee/@@ai). + ## Getting Started 1. **Install Ollama**