summaryrefslogtreecommitdiff
path: root/bot.go
diff options
context:
space:
mode:
Diffstat (limited to 'bot.go')
-rw-r--r--bot.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.go b/bot.go
index 537df0c..4dbe5af 100644
--- a/bot.go
+++ b/bot.go
@@ -606,6 +606,6 @@ func init() {
orator = extra.NewOrator(logger, cfg)
}
if cfg.STT_ENABLED {
- asr = extra.NewWhisperSTT(logger, cfg.STT_URL, 16000)
+ asr = extra.NewSTT(logger, cfg)
}
}