From dd176afc71560b00f9062c6a6b0a7e3ab0c57ef7 Mon Sep 17 00:00:00 2001 From: Qu Yi Date: Sun, 10 Nov 2024 17:50:30 +0800 Subject: [PATCH] set default profiles to andy.json --- settings.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.js b/settings.js index aa036c1..b23feb1 100644 --- a/settings.js +++ b/settings.js @@ -6,12 +6,12 @@ export default "auth": "offline", // or "microsoft" "profiles": [ - //"./andy.json", + "./andy.json", // "./profiles/gpt.json", // "./profiles/claude.json", // "./profiles/gemini.json", // "./profiles/llama.json", - "./profiles/qwen.json", + // "./profiles/qwen.json", // using more than 1 profile requires you to /msg each bot indivually ],