Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 759 Bytes

File metadata and controls

40 lines (30 loc) · 759 Bytes

Note

Logs of claude4_sonnet and grok3_mini are only saved for 50 examples, as we lost recording with other 50.

Running Commands

Basic Command

python main.py --target-model claude-4-sonnet

Full Examples

python main.py \
  --target-model gpt-o4-mini \
  --start-examples 1 \
  --end-examples 100

Available Target Models

  • gemini-2.5-pro
  • gpt-o4-mini
  • gpt-5-mini-minimal
  • gpt-5-mini-low
  • gpt-5-mini-medium
  • gpt-5-mini-high
  • grok-3-mini
  • claude-4-sonnet

Required API Keys

export GEMINI_API_KEY="..."      # Required
export OPENAI_API_KEY="..."      # If testing GPT models
export ANTHROPIC_API_KEY="..."   # If testing Claude models
export GROK_API_KEY="..."        # If testing Grok models