update llm params

This commit is contained in:
Gokul Mohanarangan
2023-09-22 07:49:41 +05:30
parent 009d52ea23
commit 80fd5e6176
2 changed files with 4 additions and 5 deletions

View File

@@ -66,5 +66,4 @@ class AudioTranscriptProcessor(Processor):
Remove censored words from the transcript
"""
text = self.profanity_filter.censor(text)
text = text.replace("|*|", "")
return text
return text.replace("|*|", "")