From ac31a5bbd57dc36cc77be808869525afc56fd283 Mon Sep 17 00:00:00 2001 From: fegloff Date: Wed, 25 Oct 2023 18:27:21 -0500 Subject: [PATCH] quickfix: remove speechmatic signature on voiceMemo --- src/modules/voice-memo/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/voice-memo/index.ts b/src/modules/voice-memo/index.ts index c85a2c7f..ed508672 100644 --- a/src/modules/voice-memo/index.ts +++ b/src/modules/voice-memo/index.ts @@ -193,7 +193,7 @@ export class VoiceMemo implements PayableBot { summary = this.enrichSummarization(summary) } if (kagiResult.status !== 'fulfilled' && summary) { - summary = `${summary}\n\n[Speechmatics]` + summary = `${summary}` // \n\n[Speechmatics] } const text = translation.value.translation if (text.length > 512) {