mirror of
https://github.com/p-e-w/heretic.git
synced 2026-09-15 08:36:02 -07:00
8 lines
338 B
TOML
8 lines
338 B
TOML
# Rename this file to config.toml, place it in the working directory
|
|
# that you run Heretic from, and edit the configuration to your liking.
|
|
|
|
scorers = [
|
|
{ plugin = "heretic.scorers.keyword_rate.KeywordRate", optimization = "minimize" },
|
|
{ plugin = "heretic.scorers.benchmark_score.BenchmarkScore", optimization = "maximize" },
|
|
]
|