mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-08 16:25:33 +02:00
set default profiles to andy.json
This commit is contained in:
parent
2322f7857e
commit
dd176afc71
1 changed files with 2 additions and 2 deletions
|
@ -6,12 +6,12 @@ export default
|
||||||
"auth": "offline", // or "microsoft"
|
"auth": "offline", // or "microsoft"
|
||||||
|
|
||||||
"profiles": [
|
"profiles": [
|
||||||
//"./andy.json",
|
"./andy.json",
|
||||||
// "./profiles/gpt.json",
|
// "./profiles/gpt.json",
|
||||||
// "./profiles/claude.json",
|
// "./profiles/claude.json",
|
||||||
// "./profiles/gemini.json",
|
// "./profiles/gemini.json",
|
||||||
// "./profiles/llama.json",
|
// "./profiles/llama.json",
|
||||||
"./profiles/qwen.json",
|
// "./profiles/qwen.json",
|
||||||
|
|
||||||
// using more than 1 profile requires you to /msg each bot indivually
|
// using more than 1 profile requires you to /msg each bot indivually
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue