Switched to transcription summarizer2 due to a better output format

This commit is contained in:
2025-11-24 17:01:49 +01:00
parent 9dfc05e987
commit 9a0a349813
2 changed files with 99 additions and 88 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ electron.ipcMain.on("file_submit", async (event, args) => {
console.log("\n\n Running the Transcription Summarizer module");
// This code summarises the transcript, so that it can be used by an llm
// await mapFunctions.get("summarize-transcription").function('A:\\programing\\@projects\\video2document\\storage\\transcripts\\IMG_2978.json').then(resp => {
await mapFunctions.get("summarize-transcription").function(transcriptpath).then(resp => {
await mapFunctions.get("summarize-transcription2").function(transcriptpath).then(resp => {
console.log(resp);
transcriptpath = resp
curstep++