Change Wyoming port from 10200 to 10300
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m20s
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m20s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -10,7 +10,7 @@ A Docker image running [Kokoro-82M](https://huggingface.co/hexgrad/Kokoro-82M) T
|
||||
| PyTorch | 2.5.1 |
|
||||
| Target GPU | AMD RX 6700 XT (gfx1031) |
|
||||
| Kokoro model | hexgrad/Kokoro-82M |
|
||||
| Protocol | Wyoming (TCP, port 10200) |
|
||||
| Protocol | Wyoming (TCP, port 10300) |
|
||||
|
||||
## Quick start
|
||||
|
||||
@@ -18,13 +18,13 @@ A Docker image running [Kokoro-82M](https://huggingface.co/hexgrad/Kokoro-82M) T
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
The Wyoming server will be available at `<host-ip>:10200`.
|
||||
The Wyoming server will be available at `<host-ip>:10300`.
|
||||
|
||||
## Home Assistant setup
|
||||
|
||||
1. In Home Assistant, go to **Settings → Devices & Services → Add Integration**
|
||||
2. Search for **Wyoming Protocol**
|
||||
3. Enter your host IP and port `10200`
|
||||
3. Enter your host IP and port `10300`
|
||||
4. Kokoro voices will appear in your voice assistant configuration
|
||||
|
||||
## Configuration
|
||||
|
||||
Reference in New Issue
Block a user