-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Adam Klement edited this page Jul 23, 2026
·
1 revision
Config file location:
lwt config path-
Windows:
%USERPROFILE%\.config\transcribe-cli\config.toml -
Linux/macOS:
~/.config/transcribe-cli/config.toml
Legacy path ~/.config/local-whisper-transcribe/ is still loaded if present.
[whisper]
model = "small"
device = "auto" # auto | cuda | cpu
compute_type = "auto"
[defaults]
language = "auto"
format = "txt"
output_dir = ""
[ollama]
url = "http://localhost:11434"
model = "llama3.2"
[diarization]
enabled = false
hf_token = ""
[meta]
setup_complete = falselwt config set whisper.model medium
lwt config set whisper.device cpu
lwt config set defaults.language cs
lwt config set diarization.hf_token hf_xxx
lwt config set ollama.model llama3.2
lwt config resetUse lwt config set — no manual file editing needed.