20 lines
392 B
YAML
20 lines
392 B
YAML
version: 1
|
|
llm_profiles:
|
|
default:
|
|
provider: openai-compatible
|
|
base_url: http://127.0.0.1:1
|
|
model: fake-model
|
|
pipelines:
|
|
dnd-session:
|
|
input: seriatim
|
|
references:
|
|
roster: ./dnd-spells-roster.txt
|
|
glossary: ./dnd-spells-glossary.txt
|
|
chunk:
|
|
module: generic
|
|
options:
|
|
max_units: 50
|
|
artifacts:
|
|
spells:
|
|
extract: dnd/spells
|