nix fmt
This commit is contained in:
parent
27343e49bd
commit
04150f10d4
32 changed files with 475 additions and 404 deletions
|
|
@ -4,12 +4,12 @@
|
|||
whisper-cpp = {
|
||||
package = pkgs.wyoming-whisper-rs;
|
||||
servers.main = {
|
||||
enable = true;
|
||||
model = "/var/lib/wyoming/whisper-cpp/ggml-large-v3.bin";
|
||||
uri = "tcp://0.0.0.0:10300";
|
||||
language = "de";
|
||||
};
|
||||
};
|
||||
enable = true;
|
||||
model = "/var/lib/wyoming/whisper-cpp/ggml-large-v3.bin";
|
||||
uri = "tcp://0.0.0.0:10300";
|
||||
language = "de";
|
||||
};
|
||||
};
|
||||
|
||||
piper.servers."main" = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue