From d91a3c79a352385b08e812547fc9640a5a11704c Mon Sep 17 00:00:00 2001 From: Sweaterdog Date: Tue, 20 May 2025 19:03:40 -0700 Subject: [PATCH] Fixed typo model name :p Fixed a typo `// "./profiles/andy-4/json",` to `// "./profiles/andy-4.json",` --- settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.js b/settings.js index 5918d69..380e5b9 100644 --- a/settings.js +++ b/settings.js @@ -21,7 +21,7 @@ const settings = { // "./profiles/grok.json", // "./profiles/mistral.json", // "./profiles/deepseek.json", - // "./profiles/andy-4/json", + // "./profiles/andy-4.json", // using more than 1 profile requires you to /msg each bot indivually // individual profiles override values from the base profile