From 319295ef88513b7fb3ec020f7e3249caa2ee2fd1 Mon Sep 17 00:00:00 2001 From: Kolby Nottingham Date: Mon, 25 Nov 2024 21:23:51 -0800 Subject: [PATCH] revert to andy profile --- andy.json | 2 +- mandy.json | 6 ------ settings.js | 1 - 3 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 mandy.json diff --git a/andy.json b/andy.json index 6bb25dc..97b45b4 100644 --- a/andy.json +++ b/andy.json @@ -1,6 +1,6 @@ { "name": "andy", - "model": "gpt-4o-2024-11-20" + "model": "gpt-4o-mini" } \ No newline at end of file diff --git a/mandy.json b/mandy.json deleted file mode 100644 index ce3319b..0000000 --- a/mandy.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "mandy", - - "model": "gpt-4o-2024-11-20" - -} \ No newline at end of file diff --git a/settings.js b/settings.js index 456a010..aae212e 100644 --- a/settings.js +++ b/settings.js @@ -12,7 +12,6 @@ export default "profiles": [ "./andy.json", - "./mandy.json", // "./profiles/gpt.json", // "./profiles/claude.json", // "./profiles/gemini.json",