Bugfix in the seriatim input adapter
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
Notarius is a Go CLI for extracting structured artifacts from source material
|
||||
with explicit, configurable pipeline modules.
|
||||
|
||||
The current implementation reads Seriatim minimal transcript JSON, chunks the
|
||||
source units, extracts D&D spell-cast artifacts with an OpenAI-compatible LLM,
|
||||
and writes JSON output plus diagnostics for each run.
|
||||
The current implementation reads Seriatim transcript JSON, chunks the source
|
||||
units, extracts D&D spell-cast artifacts with an OpenAI-compatible LLM, and
|
||||
writes JSON output plus diagnostics for each run.
|
||||
|
||||
```sh
|
||||
NOTARIUS_LLM_DEFAULT_BASE_URL=http://127.0.0.1:8080/v1 \
|
||||
|
||||
Reference in New Issue
Block a user