docs: switch MiniMax setup to configure
This commit is contained in:
@@ -31,11 +31,10 @@ MiniMax highlights these improvements in M2.1:
|
|||||||
|
|
||||||
**Best for:** hosted MiniMax with OpenAI-compatible API.
|
**Best for:** hosted MiniMax with OpenAI-compatible API.
|
||||||
|
|
||||||
```bash
|
Configure via CLI:
|
||||||
clawdbot onboard --auth-choice minimax-cloud
|
- Run `clawdbot configure`
|
||||||
# or non-interactive
|
- Select **Model/auth**
|
||||||
clawdbot onboard --auth-choice minimax-cloud --minimax-api-key "$MINIMAX_API_KEY"
|
- Choose **MiniMax M2.1 (minimax.io)**
|
||||||
```
|
|
||||||
|
|
||||||
```json5
|
```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).
|
**Best for:** MiniMax's Anthropic-compatible API (platform.minimax.io).
|
||||||
|
|
||||||
```bash
|
Configure via CLI:
|
||||||
clawdbot onboard --auth-choice minimax-api
|
- Run `clawdbot configure`
|
||||||
# or non-interactive
|
- Select **Model/auth**
|
||||||
clawdbot onboard --auth-choice minimax-api --minimax-api-key "$MINIMAX_API_KEY"
|
- Choose **MiniMax API (platform.minimax.io)**
|
||||||
```
|
|
||||||
|
|
||||||
```json5
|
```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
|
We have seen strong results with MiniMax M2.1 on powerful hardware (e.g. a
|
||||||
beefy Mac Studio) using LM Studio's local server.
|
beefy Mac Studio) using LM Studio's local server.
|
||||||
|
|
||||||
```bash
|
Configure via CLI:
|
||||||
clawdbot onboard --auth-choice minimax
|
- Run `clawdbot configure`
|
||||||
```
|
- Select **Model/auth**
|
||||||
|
- Choose **MiniMax M2.1 (LM Studio)**
|
||||||
|
|
||||||
```json5
|
```json5
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user