Files
AutoGPT/classic/benchmark/.env.example
Nick Tindle 711f0da63c fix(classic): fix CI failures - install Playwright and auto-detect model
- Add 'playwright install chromium' step to Forge CI workflow
- Auto-detect default model from available API keys (ANTHROPIC_API_KEY,
  OPENAI_API_KEY, GROQ_API_KEY) in direct_benchmark harness
- Prefer Claude > OpenAI > Groq, fallback to OpenAI if no keys found
2026-02-12 15:46:54 -06:00

5 lines
152 B
Plaintext

AGENT_NAME=mini-agi
REPORTS_FOLDER="reports/mini-agi"
OPENAI_API_KEY="sk-" # for LLM eval
BUILD_SKILL_TREE=false # set to true to build the skill tree.