diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-01-08 09:28:16 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-01-08 09:28:16 +0300 |
| commit | 51916895789fc2b166af752c14cd4696d6517bec (patch) | |
| tree | 584d8612449a8a2e4185211ba9a9581e358d8386 /config.example.toml | |
| parent | 5f0de6f3112d2bbda6af408cc5d6e51c0a752f88 (diff) | |
Feat: google-translate-tts support
Diffstat (limited to 'config.example.toml')
| -rw-r--r-- | config.example.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml index 2227c5e..eb1be70 100644 --- a/config.example.toml +++ b/config.example.toml @@ -29,6 +29,8 @@ RAGDir = "ragimport" TTS_ENABLED = false TTS_URL = "http://localhost:8880/v1/audio/speech" TTS_SPEED = 1.2 +TTS_PROVIDER = "kokoro" +TTS_LANGUAGE = "en" # extra stt STT_ENABLED = false STT_TYPE = "WHISPER_SERVER" # WHISPER_SERVER or WHISPER_BINARY |
