From 8f23595a1fc704913e1ff7b81390ed91ff86eead Mon Sep 17 00:00:00 2001 From: Mirco Sanguineti <19243840+msanguineti@users.noreply.github.com> Date: Fri, 1 Mar 2024 19:00:26 +0200 Subject: [PATCH] chore: update EXPORT_RAW_TRANSCRIPTIONS flag to False --- src/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.py b/src/config.py index a1c6aa6..c82d1dc 100644 --- a/src/config.py +++ b/src/config.py @@ -28,4 +28,4 @@ OUTPUT_FILE_PATH = "transcription_results.json" # Export raw transcriptions to a file -EXPORT_RAW_TRANSCRIPTIONS = True +EXPORT_RAW_TRANSCRIPTIONS = False