Update and set minimax as default
The bot is defaulting to Anthropic (which is failing) before your /model kicks in!
"agents": {
"defaults": {
"model": "minimax/MiniMax-M2.1"
}
}
Then clawdbot restart. This way it starts with MiniMax instead of trying (and failing) Anthropic first.
The "anthropic/mini" error means it's still defaulting to Anthropic provider and looking for "mini" there. Fix the default in config and you're
golden! If still stuck, help can help debug your specific config!
is the file name correct or is it clawdbot.json - where do i find this file usually?
Is it also possible to change it via a comment/setup?
