Implemented a second LLM stage for grammatical review

This commit is contained in:
2026-04-21 15:42:09 -05:00
parent ca01e46d77
commit 445329de81
13 changed files with 620 additions and 129 deletions

View File

@@ -1,7 +1,7 @@
[project]
name = "audita"
version = "0.1.0"
description = "Correct audio transcripts with glossary-guided LLM passes."
description = "Correct audio transcripts with staged LLM review passes."
readme = "README.md"
requires-python = ">=3.9"
license = { text = "BSD-3-Clause" }