From 441225ede8ef959058de4933e83870eb30a55ecf Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sun, 18 May 2025 14:32:54 +0300 Subject: Refactor: cleanup stt mess, config use --- config/config.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/config.go b/config/config.go index 5e00dba..ccae96d 100644 --- a/config/config.go +++ b/config/config.go @@ -42,6 +42,9 @@ type Config struct { // TTS TTS_URL string `toml:"TTS_URL"` TTS_ENABLED bool `toml:"TTS_ENABLED"` + // STT + STT_URL string `toml:"STT_URL"` + STT_ENABLED bool `toml:"STT_ENABLED"` } func LoadConfigOrDefault(fn string) *Config { -- cgit v1.2.3