mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-06-08 10:15:55 +02:00
Fixed typo model name :p
Fixed a typo `// "./profiles/andy-4/json",` to `// "./profiles/andy-4.json",`
This commit is contained in:
parent
01cc33d71b
commit
d91a3c79a3
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ const settings = {
|
||||||
// "./profiles/grok.json",
|
// "./profiles/grok.json",
|
||||||
// "./profiles/mistral.json",
|
// "./profiles/mistral.json",
|
||||||
// "./profiles/deepseek.json",
|
// "./profiles/deepseek.json",
|
||||||
// "./profiles/andy-4/json",
|
// "./profiles/andy-4.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
|
||||||
// individual profiles override values from the base profile
|
// individual profiles override values from the base profile
|
||||||
|
|
Loading…
Add table
Reference in a new issue