From 39af2c331267d9d9c73897c3f894c87be3570f44 Mon Sep 17 00:00:00 2001 From: Emily Date: Thu, 8 Jan 2026 19:32:23 +0100 Subject: [PATCH] removed unneeded variable in main.js --- main.js | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/main.js b/main.js index bd09986..d61c897 100644 --- a/main.js +++ b/main.js @@ -231,26 +231,6 @@ electron.ipcMain.on("speaker_submit", async() => { console.log("\n\n\nJa also hier kam was an \n\n\n"); }) -let q = -{ - video: { - module: "String", // The name of the module, idk if we ever implement other extraction modules, the default one is extraction-video-to-audio - inputVideoPath: "String", // See script.js on line 27 for an example of what this should look like - outputType: "String" // The file format to be used for the audio output file, such as wav, mp3, flac and so on - }, - transcription:{ - module: "String" // The module name of the transcription model you want to use - }, - document:{ - module: "String", // The module name of the AI model you want to use to create the document - styles: [ // An array of all the document styles/prompts you want to have the document be processed with - { - prompt: "String", - } - ] - } -} - let q1 = { "ai_modules": [