mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 05:54:26 +01: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.
|