Remove ai.enabled configuration support
This commit is contained in:
parent
ccf968a410
commit
2c570c7a87
5 changed files with 22 additions and 26 deletions
|
|
@ -94,7 +94,6 @@ Create `~/.config/lel/config.json`:
|
|||
"backend": "clipboard",
|
||||
"remove_transcription_from_clipboard": false
|
||||
},
|
||||
"ai": { "enabled": true },
|
||||
"vocabulary": {
|
||||
"replacements": [
|
||||
{ "from": "Martha", "to": "Marta" },
|
||||
|
|
@ -111,7 +110,6 @@ Create `~/.config/lel/config.json`:
|
|||
Recording input can be a device index (preferred) or a substring of the device
|
||||
name.
|
||||
|
||||
`ai.enabled` is accepted for compatibility but currently has no runtime effect.
|
||||
AI cleanup is always enabled and uses the locked local Llama-3.2-3B GGUF model
|
||||
downloaded to `~/.cache/lel/models/` on first use.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue