clawbench/.env.example
2026-04-28 22:52:12 -07:00

24 lines
710 B
Plaintext

# Copy to .env for local docker compose or shell-based runs.
#
# Do not commit real tokens. Keep placeholder values commented so a fresh
# checkout cannot accidentally enable a fake provider or tracing config.
# Hugging Face queue/results persistence.
# HF_TOKEN=
# CLAWBENCH_QUEUE_DATASET=openclaw/clawbench-results
# OpenClaw gateway auth.
# OPENCLAW_GATEWAY_TOKEN=local-dev-token-for-testing
# Optional benchmark tuning.
# CLAWBENCH_RUN_CACHE_DIR=.clawbench/run_cache
# CLAWBENCH_CONCURRENCY=1
# CLAWBENCH_JUDGE_MODEL=anthropic/claude-sonnet-4-6
# CLAWBENCH_JUDGE_AFFECTS_SCORE=0
# Provider credentials for live model runs.
# ANTHROPIC_API_KEY=
# OPENAI_API_KEY=
# OPENROUTER_API_KEY=
# GEMINI_API_KEY=