fix andy path

This commit is contained in:
MaxRobinsonTheGreat 2025-03-12 15:00:51 -05:00
parent 7225699bf1
commit 753b8aa32b

View file

@ -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",