mirror of
https://github.com/SerTimBerrners-Lee/talkis.git
synced 2026-07-09 17:29:15 +00:00
- 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
15 lines
330 B
YAML
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:
|