summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-12-07 11:53:10 +0300
committerGrail Finder <wohilas@gmail.com>2025-12-07 13:22:07 +0300
commit5bbb134aca390e415b93d8440f22207e44b9e4f8 (patch)
tree8a91f69fda5b562fde9cbfbdb6321f0de7b26111 /README.md
parent5582739e3c677ae7d397f4b4222cacb1c08a0df8 (diff)
Enha: docker-compose to not depend on locally downloaded models
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0a6f629..9891e20 100644
--- a/README.md
+++ b/README.md
@@ -64,3 +64,12 @@ Ctrl+x: cycle through mentioned chars in chat, to pick persona to send next msg
cp config.example.toml config.toml
```
set values as you need them to be.
+
+#### setting up STT/TTS services
+For speech-to-text (STT) and text-to-speech (TTS) functionality:
+1. The project uses Whisper.cpp for STT and Kokoro for TTS
+2. Docker Compose automatically downloads the required Whisper model on first run
+3. To start the services: `make docker-up`
+4. To stop the services: `make docker-down`
+5. The STT service runs on http://localhost:8081
+6. The TTS service runs on http://localhost:8880