Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 783 Bytes

File metadata and controls

38 lines (25 loc) · 783 Bytes

Environment Variables

Create a local .env file at repo root (do not commit it).

Use .env.example as template.

Required

  • ECOCLAW_API_KEY: your API key
  • ECOCLAW_BASE_URL: your OpenAI-compatible gateway URL

Example from your setup:

ECOCLAW_API_KEY=sk-xxx
ECOCLAW_BASE_URL=https://concept.dica.cc/llm

Model Selection

Set model by alias or full model id:

ECOCLAW_MODEL=gpt-5.4-mini
ECOCLAW_JUDGE=gpt-5.4-mini

Supported aliases are defined in:

  • experiments/scripts/common.sh
  • experiments/configs/models/litellm_model_list.yaml

Optional

  • ECOCLAW_SUITE (default automated-only)
  • ECOCLAW_RUNS (default 3)
  • ECOCLAW_TIMEOUT_MULTIPLIER (default 1.0)
  • ECOCLAW_SKILL_DIR (optional, PinchBench skill path for Linux)