Files
config-auditor-cli/config.yaml
7000pctAUTO 8e7f57c3d9
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
Add core files: README, LICENSE, requirements, setup, config
2026-01-30 18:01:25 +00:00

18 lines
267 B
YAML

llm:
endpoint: "http://localhost:11434"
model: "llama3"
temperature: 0.7
timeout: 30
audit:
max_depth: 3
severity_levels:
- critical
- warning
- info
fix:
create_backup: true
backup_dir: ".config_auditor_backup"
dry_run_default: false