feat: add spam detection

This commit is contained in:
2024-10-08 19:10:54 +03:00
parent 6c9e13b5db
commit b4eac59f80
25 changed files with 4797 additions and 873 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -13,6 +13,11 @@ karkas-core = { extras=["webhook"], path = "../karkas_core", develop = true }
karkas-blocks = { path = "../karkas_blocks", develop = true }
karkas-piccolo = { path = "../karkas_piccolo", develop = true }
[[tool.poetry.source]]
name = "pytorch-cpu"
url = "https://download.pytorch.org/whl/cpu"
priority = "explicit"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"