Chore: stt reworks [WIP]

This commit is contained in:
Grail Finder
2025-11-09 11:28:50 +03:00
parent 8036bf0081
commit 4a581f6c12
4 changed files with 61 additions and 14 deletions

2
bot.go
View File

@@ -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)
}
}