mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 20:59:05 +00:00
update llm params
This commit is contained in:
@@ -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("|*|", "")
|
||||
|
||||
Reference in New Issue
Block a user