From 3f1a0f295edddc410f352746f9a56cf0018198d5 Mon Sep 17 00:00:00 2001
From: sij <sij@sij.law>
Date: Sun, 19 Jan 2025 05:25:11 +0000
Subject: [PATCH] Update README.md

---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 067ae25..359cbd5 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 # llux
 
-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.
+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, offers image generation via [Diffusers](https://github.com/huggingface/diffusers), specifically [FLUX.1](https://github.com/black-forest-labs/flux), and an OpenAI-compatible API for text-to-speech (e.g. [Kokoro FasAPI by remsky](https://github.com/remsky/Kokoro-FastAPI)). 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).
 
@@ -76,6 +76,9 @@ You're welcome to try the bot out on [We2.ee](https://we2.ee/about) at [#ai:we2.
 - **.img prompt**
   Generate an image with the prompt
 
+- **.tts text**
+  Convert the provided text to speech
+
 - **.x username message**  
   Interact with another user’s chat history (use the display name of that user).