From 4cff7901bd1cea2f803c5cf0ede8c93f30244141 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 12 Jan 2026 01:02:39 +0000 Subject: [PATCH] docs: switch MiniMax setup to configure --- docs/providers/minimax.md | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/docs/providers/minimax.md b/docs/providers/minimax.md index 13b9e6941..f7fdadbcb 100644 --- a/docs/providers/minimax.md +++ b/docs/providers/minimax.md @@ -31,11 +31,10 @@ MiniMax highlights these improvements in M2.1: **Best for:** hosted MiniMax with OpenAI-compatible API. -```bash -clawdbot onboard --auth-choice minimax-cloud -# or non-interactive -clawdbot onboard --auth-choice minimax-cloud --minimax-api-key "$MINIMAX_API_KEY" -``` +Configure via CLI: +- Run `clawdbot configure` +- Select **Model/auth** +- Choose **MiniMax M2.1 (minimax.io)** ```json5 { @@ -69,11 +68,10 @@ clawdbot onboard --auth-choice minimax-cloud --minimax-api-key "$MINIMAX_API_KEY **Best for:** MiniMax's Anthropic-compatible API (platform.minimax.io). -```bash -clawdbot onboard --auth-choice minimax-api -# or non-interactive -clawdbot onboard --auth-choice minimax-api --minimax-api-key "$MINIMAX_API_KEY" -``` +Configure via CLI: +- Run `clawdbot configure` +- Select **Model/auth** +- Choose **MiniMax API (platform.minimax.io)** ```json5 { @@ -127,9 +125,10 @@ clawdbot onboard --auth-choice minimax-api --minimax-api-key "$MINIMAX_API_KEY" We have seen strong results with MiniMax M2.1 on powerful hardware (e.g. a beefy Mac Studio) using LM Studio's local server. -```bash -clawdbot onboard --auth-choice minimax -``` +Configure via CLI: +- Run `clawdbot configure` +- Select **Model/auth** +- Choose **MiniMax M2.1 (LM Studio)** ```json5 {