From 477f1fc038be47642ebcae379b5b02e8cae995ab Mon Sep 17 00:00:00 2001 From: Weston Willingham Date: Sat, 12 Aug 2023 19:52:15 -0700 Subject: [PATCH] Update .env.example (#298) --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index 6d150409..2b08b790 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,4 @@ AGENT_NAME=mini-agi REPORT_LOCATION="reports/mini-agi" OPENAI_API_KEY="sk-" # for LLM eval +BUILD_SKILL_TREE=false # set to true to build the skill tree.