Skip to content

Commit 29ea7c1

Browse files
christsoclaude
andcommitted
fix: remove unused grader targets from offline-grader-benchmark
These azure/openrouter grader definitions were causing warnings and are no longer needed — fixture_replay now uses root grader. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2844421 commit 29ea7c1

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

  • examples/showcase/offline-grader-benchmark/.agentv

examples/showcase/offline-grader-benchmark/.agentv/targets.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,3 @@ targets:
77
healthcheck:
88
command: bun run ./scripts/replay-fixture-output.ts --healthcheck
99
cwd: ..
10-
11-
# Illustrative low-cost grader targets. Swap these to the low-cost models you already use.
12-
- name: grader_gpt_5_mini
13-
provider: azure
14-
endpoint: ${{ AZURE_OPENAI_ENDPOINT }}
15-
api_key: ${{ AZURE_OPENAI_API_KEY }}
16-
version: ${{ AZURE_OPENAI_API_VERSION }}
17-
model: ${{ AZURE_DEPLOYMENT_NAME }}
18-
19-
- name: grader_claude_haiku
20-
provider: openrouter
21-
api_key: ${{ OPENROUTER_API_KEY }}
22-
model: anthropic/claude-haiku-4.5
23-
system_prompt: "Return concise structured grading output only."
24-
25-
- name: grader_gemini_flash
26-
provider: openrouter
27-
api_key: ${{ OPENROUTER_API_KEY }}
28-
model: google/gemini-3-flash-preview
29-
system_prompt: "Return concise structured grading output only."

0 commit comments

Comments
 (0)