feat: tts

This commit is contained in:
Barrett Ruth 2026-03-11 18:52:53 -04:00
parent 8011242194
commit 3b589f54ce
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@
let
whisper = pkgs.whisper-cpp.override { cudaSupport = hostConfig.gpu == "nvidia"; };
modelDir = "${config.home.homeDirectory}/.local/share/whisper-models";
model = "ggml-medium.bin";
model = "ggml-large-v3-turbo.bin";
modelUrl = "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/${model}";
in
{