[NixOS] Use the turbo model for faster-whisper

This commit is contained in:
2025-02-06 17:51:24 -07:00
parent 6fe2f72025
commit fd9ceb1dda
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ makeEnable config "myModules.wyoming" false {
uri = "tcp://0.0.0.0:10300";
device = "auto";
language = "en";
model = "turbo";
};
piper.servers.strixi = {
enable = true;