fix(docs): standardize terminology and CLI formatting

This commit is contained in:
Jr-kenny 2026-02-28 02:03:39 +01:00
parent 13992a58da
commit 518826e70c
5 changed files with 6 additions and 6 deletions

View file

@ -325,7 +325,7 @@ The `text_to_speech` tool generates audio that the gateway delivers as native vo
Voice and provider are configured by the user in `~/.hermes/config.yaml` under the `tts:` key. The model only sends text; it does not choose the voice.
The tool returns a `MEDIA:<path>` tag that the gateway send pipeline intercepts and delivers as a native audio message. If `[[audio_as_voice]]` is present (Opus format available), Telegram sends it as a voice bubble instead of an audio file.
The tool returns a `MEDIA:<path>` tag that the gateway sending pipeline intercepts and delivers as a native audio message. If `[[audio_as_voice]]` is present (Opus format available), Telegram sends it as a voice bubble instead of an audio file.
**Telegram voice bubbles & ffmpeg:**