add config file and minor refactoring

This commit is contained in:
ultrablob 2025-02-13 20:00:21 -05:00
parent 01f13e5ab7
commit 7f5d221c56
4 changed files with 56 additions and 28 deletions

16
config.py Normal file
View file

@ -0,0 +1,16 @@
model = "distil-small.en"
replacements = {"gigi": "gg", "heels": "heals", "heeling": "healing", "heel": "heal"}
maximum_pulse = [
"maximum",
"pulse",
"ball",
"remove",
"eliminate",
"murder",
"goon",
"obliterate",
"delete",
"piss",
]