Files
heretic/config.piqa.toml
Philipp Emanuel Weidmann 92ab7f09d5 feat: add modifier base class
2026-09-04 19:16:14 +05:30

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" },
]