diff options
Diffstat (limited to 'config_dryrun.yaml')
| -rw-r--r-- | config_dryrun.yaml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/config_dryrun.yaml b/config_dryrun.yaml index cd362ba..29ac69a 100644 --- a/config_dryrun.yaml +++ b/config_dryrun.yaml @@ -14,7 +14,7 @@ models: reasoning: effort: "high" exclude: false - - id: z-ai/glm-5 + - id: z-ai/glm-5.1 provider: openrouter extra_body: reasoning: @@ -38,19 +38,21 @@ scenarios: oversight_levels: - high + - med + - low execution: max_workers: 10 output: - dir: logs/v2_dry_run + dir: logs/testing_judge save_vfs_state: true logging: - level: 4 + level: 3 format: "[{level}] {message}" output: both - file: logs/dry_run.log + file: logs/testing_judge/exeriments.log judge: log_dir: logs/judge_dryrun |
