diff options
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 |
