tweak uwu mutator settings

This commit is contained in:
Corban-Lee Jones 2024-07-10 18:13:01 +01:00
parent e000f05df2
commit e7fb2dce03

View File

@ -38,7 +38,7 @@ class Uwuify(TextMutator):
"""
def mutate(self, text: str, nsfw=False) -> str:
uwu = Uwuipy(None, 0.3, 0.3, 0.3, 1, nsfw, 2)
uwu = Uwuipy(None, 0.1, 0.05, 0.075, 1, nsfw, 2)
return uwu.uwuify(text)