mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
rm audio_trans
This commit is contained in:
parent
6c8c9f8c0f
commit
c05dec3bcc
2 changed files with 3 additions and 6 deletions
|
|
@ -2,7 +2,8 @@
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"allow": [
|
"allow": [
|
||||||
"WebSearch",
|
"WebSearch",
|
||||||
"WebFetch(domain:forgejo.org)"
|
"WebFetch(domain:forgejo.org)",
|
||||||
|
"Bash(ssh:*)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -95,11 +95,7 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
audio_transcription = {
|
audio_transcription.enabled = false;
|
||||||
enabled = true;
|
|
||||||
model_size = "small";
|
|
||||||
language = "en";
|
|
||||||
};
|
|
||||||
|
|
||||||
record = {
|
record = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue