From 59b1266f905d500349a67ea22f5376e16adecbc1 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Thu, 19 Sep 2024 08:52:32 +0000 Subject: [PATCH] enable automatic transcription of videos --- configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configuration.nix b/configuration.nix index 25e25e4..b24a85f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -136,6 +136,12 @@ in { resolutions: 480p: true 1080p: true + + video_transcription: + enabled: true + engine: 'whisper-ctranslate2' + model: 'large-v3' + EOF '';