feat: code
This commit is contained in:
committed by
Gustavo Madeira Santana
parent
58f4185925
commit
b2aff036ad
@@ -44,9 +44,9 @@ MiniMax highlights these improvements in M2.1:
|
||||
Enable the bundled OAuth plugin and authenticate:
|
||||
|
||||
```bash
|
||||
moltbot plugins enable minimax-portal-auth # skip if already loaded.
|
||||
moltbot gateway restart # restart if gateway is already running
|
||||
moltbot onboard --auth-choice minimax-portal
|
||||
openclaw plugins enable minimax-portal-auth # skip if already loaded.
|
||||
openclaw gateway restart # restart if gateway is already running
|
||||
openclaw onboard --auth-choice minimax-portal
|
||||
```
|
||||
|
||||
You will be prompted to select an endpoint:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { emptyPluginConfigSchema } from "clawdbot/plugin-sdk";
|
||||
import { emptyPluginConfigSchema } from "openclaw/plugin-sdk";
|
||||
import { loginMiniMaxPortalOAuth, type MiniMaxRegion } from "./oauth.js";
|
||||
|
||||
const PROVIDER_ID = "minimax-portal";
|
||||
|
||||
Reference in New Issue
Block a user