talkis/compose.cpu.yaml
David Perov 3328e5d9fb chore: bump version to 0.1.10
- fix: paste via CGEvent with Command flag baked in (no more stray 'v')
- fix: local STT mode bypasses API key check (Speaches needs no auth)
- fix: Speaches returns 500 on verbose_json — use json for local endpoints
- fix: language param now sent to Speaches (prevents foreign-script hallucinations)
- fix: business style now strips ну вот/слушай/ну ладно fillers
- feat: local model instructions collapsible in settings
- fix: correct GitHub repo link in settings
- chore: add testing_plan.md, release review v0.1.10
2026-04-20 19:19:22 +03:00

15 lines
330 B
YAML

# include:
# - compose.observability.yaml
services:
speaches:
extends:
file: compose.yaml
service: speaches
image: ghcr.io/speaches-ai/speaches:latest-cpu
build:
args:
BASE_IMAGE: ubuntu:24.04
volumes:
- hf-hub-cache:/home/ubuntu/.cache/huggingface/hub
volumes:
hf-hub-cache: