Skip to content

Commit

Permalink
quickfix: remove speechmatic signature on voiceMemo
Browse files Browse the repository at this point in the history
  • Loading branch information
fegloff committed Oct 25, 2023
1 parent 4a5c41a commit ac31a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/voice-memo/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ac31a5b

Please sign in to comment.