feat: add llm post processing support.

This commit is contained in:
syntaxbullet
2026-02-17 16:59:26 +01:00
parent 435c87803b
commit 5c6ddcd21b
5 changed files with 306 additions and 0 deletions

View File

@@ -21,6 +21,9 @@ dependencies = [
"rich>=13.0.0",
"click>=8.1.0",
"pyyaml>=6.0",
"mlx>=0.16.0",
"mlx-lm>=0.14.0",
"huggingface-hub>=0.20.0",
]
[project.scripts]