Files
esh-pfi-infrastructure/stacks/zonos-gateway/.env.example
T
vh ba0ec64ac3 docs(zonos-gateway): capture the live :8890 gateway stack + emotion-preset system
Captures the production Zonos TTS path that the repo was blind to: stock ZONOS2
:1920 engine (stacks/zonos-engine) fronted by zonos-gateway:0.2.0 :8890, reached
via the LiteLLM ext-tts alias. Documents the emotion-preset system (neutral/warm/
excited/sad/intense/whisper, the simple preset: caller path), the API, and the
measured real-time cost (calibrated steering free at RTF~0.52, cfg1.5 ~0.625 —
still realtime). Flags the gateway source (~/zonos-gateway on irv-ml1) as not yet
in gitea. Marks stacks/zonos (v0.1 Gradio) dead/superseded. Records the emotion-
lever finding (text-priming flat -> native steering works) in persistent memory.
2026-07-17 15:56:11 -07:00

19 lines
765 B
Bash

# zonos-gateway tunables — copy to .env on the host and override as needed.
# All values have inline compose defaults (${VAR:-default}); the live deploy
# currently runs with NO .env (pure defaults). This file documents the knobs.
# Where the stock Zonos2 engine's native API lives. Default = same-host :1920
# (host.docker.internal). For a non-colocated engine, point at its IP:
# ZONOS_URL=http://10.100.79.3:1920
ZONOS_URL=http://host.docker.internal:1920
# Gateway listen port (host + container).
PORT=8890
# Default speaker when a request omits `voice`. Must exist in the engine's
# speaker registry (GET :8890/v1/voices). Live default = Cora.
DEFAULT_VOICE=Cora
# Upstream request timeout (seconds) — generous for long inputs.
REQUEST_TIMEOUT_S=600