From: Sergey Matveev Date: Wed, 25 Feb 2026 08:54:14 +0000 (+0300) Subject: Configurable path X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;p=dotfiles.git Configurable path --- diff --git a/bin/bin/transcribe b/bin/bin/transcribe index d2c30ba..7c884b4 100755 --- a/bin/bin/transcribe +++ b/bin/bin/transcribe @@ -9,7 +9,7 @@ shift exec whisper-cli \ --no-prints \ --print-colors \ - --model $HOME/work/bass/build/distfiles/ggml-large-v2.bin \ + --model ${MODEL:-/net/sstorage/db/llm/ggml/ggml-large-v2.bin} \ --threads ${JOBS:-8} \ --language $lang \ --file $file $@