rm audio_trans

This commit is contained in:
Bryan Ramos 2026-03-21 09:13:54 -04:00
parent 6c8c9f8c0f
commit c05dec3bcc
2 changed files with 3 additions and 6 deletions

View file

@ -2,7 +2,8 @@
"permissions": { "permissions": {
"allow": [ "allow": [
"WebSearch", "WebSearch",
"WebFetch(domain:forgejo.org)" "WebFetch(domain:forgejo.org)",
"Bash(ssh:*)"
] ]
} }
} }

View file

@ -95,11 +95,7 @@ in
]; ];
}; };
audio_transcription = { audio_transcription.enabled = false;
enabled = true;
model_size = "small";
language = "en";
};
record = { record = {
enabled = true; enabled = true;