From 753b8aa32b8ed369e2c04f07e3aa90bc5fab094c Mon Sep 17 00:00:00 2001 From: MaxRobinsonTheGreat Date: Wed, 12 Mar 2025 15:00:51 -0500 Subject: [PATCH] fix andy path --- settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.js b/settings.js index 5c16d27..e57ff23 100644 --- a/settings.js +++ b/settings.js @@ -13,7 +13,7 @@ export default // the base profile is shared by all bots for default prompts/examples/modes "base_profile": "./profiles/defaults/survival.json", // also see creative.json, god_mode.json "profiles": ((process.env.PROFILES) && JSON.parse(process.env.PROFILES)) || [ - "./profiles/andy.json", + "./andy.json", // "./profiles/gpt.json", // "./profiles/claude.json", // "./profiles/gemini.json",