mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-10 07:38:04 -05:00
- Make `AgentBenchmarkConfig.reports_folder` directly configurable (through `REPORTS_FOLDER` env variable). The default is still `./agbenchmark_config/reports`. - Change all mentions of `REPORT_LOCATION` (which fulfilled the same function at some point in the past) to `REPORTS_FOLDER`.
5 lines
152 B
Plaintext
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.
|