Commit Graph

13 Commits

Author SHA1 Message Date
fac1629417 An API key is no longer required if base_url is pointed to a non-default endpoint 2026-05-04 11:11:06 -05:00
0d5bdd1c84 Added a configuration flag to set the maximum number of tokens in validation prompts 2026-04-29 22:33:45 -05:00
54ce3d08c9 Added validation-specific LLM configuration options 2026-04-29 20:45:51 -05:00
4c899122d9 Added a configuration flag to set the target number of sections, and updated default min and max section token limits 2026-04-29 20:10:00 -05:00
f841f7eb71 Added a configurable LLM timeout 2026-04-29 18:08:39 -05:00
d8bc84934e Enhancements to LLM concurrency to improve overall throughput 2026-04-29 16:04:36 -05:00
bbbef37d9a Implemented optional concurrency for the LLM backend 2026-04-28 22:14:25 -05:00
f834ffad97 Implemented provider-neutral OpenAI-compatible LLM endpoint support 2026-04-28 21:45:38 -05:00
4724cd16c8 Implemented the grammar LLM review module 2026-04-25 09:06:06 -05:00
52d29f7228 Implemented the spoken_word LLM review module 2026-04-25 08:12:36 -05:00
92c8c371a6 Implemented a --modules CLI flag to allow runtime selection of the modules to be run 2026-04-25 07:48:21 -05:00
2d1d21d314 Completed the MVP for the new Audita refactor 2026-04-24 13:17:36 -05:00
f39de37974 Moved the current implementation to src/audita_prototype, moved current test suite to tests/audita_prototype, and started a new, more modular application skeleton in src/audita 2026-04-24 10:17:38 -05:00