25 lines
369 B
TOML
25 lines
369 B
TOML
[project]
|
|
name = "example"
|
|
copybook_paths = ["./copybooks", "/usr/share/copybooks"]
|
|
dialect = "ibm"
|
|
|
|
[llm]
|
|
model = "gpt-4o-mini"
|
|
timeout = 15
|
|
cache_dir = ".cache/llm"
|
|
|
|
[coverage]
|
|
default_target = "boundary"
|
|
|
|
[comparison]
|
|
rounding_mode = "TRUNCATE"
|
|
default_tolerance = 0.01
|
|
|
|
[runner]
|
|
mode = "native"
|
|
|
|
[spark]
|
|
master = "local[*]"
|
|
input_format = "json"
|
|
num_records = 1000
|