Fresh start - excluded large ROM JSON files

This commit is contained in:
OpenClaw Agent
2026-04-11 09:45:12 -05:00
commit 5deb387aa6
395 changed files with 47744 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
version: "3.8"
services:
whisper:
image: rhasspy/wyoming-whisper
ports:
- "10300:10300"
volumes:
- whisper-data:/data
command: >
--model tiny-int8
--language en
--uri tcp://0.0.0.0:10300
restart: unless-stopped
volumes:
whisper-data: