From cf6e23390d589278114d3cf2a0a79d99e559c5b3 Mon Sep 17 00:00:00 2001 From: uukelele-scratch Date: Sun, 9 Mar 2025 17:22:41 +0000 Subject: [PATCH] reset settings.js --- settings.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.js b/settings.js index 76fca5f..c226658 100644 --- a/settings.js +++ b/settings.js @@ -13,10 +13,10 @@ 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)) || [ - // "./andy.json", + "./andy.json", // "./profiles/gpt.json", // "./profiles/claude.json", - "./profiles/gemini.json", + // "./profiles/gemini.json", // "./profiles/llama.json", // "./profiles/qwen.json", // "./profiles/mistral.json",