From a598d729866f9b0618198d9c65b752d5f5f36e9f Mon Sep 17 00:00:00 2001 From: MaxRobinsonTheGreat Date: Sat, 26 Oct 2024 17:13:51 -0500 Subject: [PATCH] add unstuck mode to profiles --- andy.json | 1 + profiles/andy_npc.json | 1 + profiles/claude.json | 1 + profiles/gemini.json | 1 + profiles/gpt.json | 1 + profiles/llama.json | 1 + 6 files changed, 6 insertions(+) diff --git a/andy.json b/andy.json index 5482f45..adc5bd8 100644 --- a/andy.json +++ b/andy.json @@ -11,6 +11,7 @@ "modes": { "self_preservation": true, + "unstuck": true, "cowardice": true, "self_defense": true, "hunting": true, diff --git a/profiles/andy_npc.json b/profiles/andy_npc.json index 3eff4ae..8134c5e 100644 --- a/profiles/andy_npc.json +++ b/profiles/andy_npc.json @@ -13,6 +13,7 @@ "modes": { "self_preservation": true, + "unstuck": true, "cowardice": true, "self_defense": true, "hunting": true, diff --git a/profiles/claude.json b/profiles/claude.json index 20a06c5..415eda9 100644 --- a/profiles/claude.json +++ b/profiles/claude.json @@ -16,6 +16,7 @@ "modes": { "self_preservation": true, + "unstuck": true, "cowardice": false, "self_defense": true, "hunting": true, diff --git a/profiles/gemini.json b/profiles/gemini.json index 33f4918..bb354d2 100644 --- a/profiles/gemini.json +++ b/profiles/gemini.json @@ -13,6 +13,7 @@ "modes": { "self_preservation": true, + "unstuck": true, "cowardice": false, "self_defense": true, "hunting": true, diff --git a/profiles/gpt.json b/profiles/gpt.json index 271c368..7d1120d 100644 --- a/profiles/gpt.json +++ b/profiles/gpt.json @@ -11,6 +11,7 @@ "modes": { "self_preservation": true, + "unstuck": true, "cowardice": false, "self_defense": true, "hunting": true, diff --git a/profiles/llama.json b/profiles/llama.json index 86d13f6..b8620d9 100644 --- a/profiles/llama.json +++ b/profiles/llama.json @@ -15,6 +15,7 @@ "modes": { "self_preservation": true, + "unstuck": true, "cowardice": false, "self_defense": true, "hunting": true,