first censoring test

This commit is contained in:
2025-09-08 06:19:51 +02:00
parent 80da400666
commit 7563a8b9d5
10 changed files with 2610 additions and 0 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "llmtools"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"nicegui>=2.24.0",
"pydantic-ai>=1.0.1",
"transformers>=4.56.1",
]