mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 15:59:06 +02:00
ai stuff
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
services.wyoming = {
|
||||
faster-whisper.servers.default = {
|
||||
enable = true;
|
||||
model = "large-v3";
|
||||
model = "turbo";
|
||||
language = "de";
|
||||
uri = "tcp://0.0.0.0:10300";
|
||||
device = "auto";
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
piper.servers.default = {
|
||||
enable = true;
|
||||
voice = "de_DE-thorsten-high";
|
||||
voice = "de_DE-ramona-low";
|
||||
uri = "tcp://0.0.0.0:10200";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user