15 lines
274 B
Plaintext
15 lines
274 B
Plaintext
|
|
(import "./config.ncl")
|
||
|
|
& {
|
||
|
|
agent = {
|
||
|
|
default_provider = "ollama",
|
||
|
|
defaults.max_tokens = 2048,
|
||
|
|
template.strict_variables = true,
|
||
|
|
validation.strict = true,
|
||
|
|
output.timestamp = true,
|
||
|
|
logging = {
|
||
|
|
level = "debug",
|
||
|
|
file = true,
|
||
|
|
},
|
||
|
|
},
|
||
|
|
}
|